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

Commit

Permalink
Fix: Make clear, values are not empty
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Oct 5, 2020
1 parent 5b0f606 commit 379f8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -180,7 +180,7 @@ For examples, see [`Ergebnis\Test\Util\Test\Unit\DataProvider\NullProviderTest`]
* `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
* `untrimmed()` provides non-empty (after trimming) `string`s with 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 379f8a3

Please sign in to comment.