Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #342 from OskarStark/patch-1
Browse files Browse the repository at this point in the history
Fix: Make clear, values are not empty
  • Loading branch information
localheinz committed Oct 5, 2020
2 parents 2071009 + e91d7fe commit 2c263dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -186,8 +186,8 @@ For examples, see [`Ergebnis\Test\Util\Test\Unit\DataProvider\ObjectProviderTest
* `arbitrary()` provides arbitrary `string`s
* `blank()` provides `string`s consisting of whitespace characters only
* `empty()` provides an empty `string`
* `trimmed()` provides non-empty `strings` without leading and trailing whitespace
* `untrimmed()` provides `string`s with leading and trailing whitespace
* `trimmed()` provides non-empty, non-blank `strings` without leading and trailing whitespace
* `untrimmed()` provides non-empty, non-blank `string`s with additional leading and trailing whitespace

For examples, see [`Ergebnis\Test\Util\Test\Unit\DataProvider\StringProviderTest`](test/Unit/DataProvider/StringProviderTest.php).

Expand Down

0 comments on commit 2c263dc

Please sign in to comment.