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

Commit c3e8ae1

Browse files
authored
Merge pull request #373 from ergebnis/fix/rename
Fix: Test method name
2 parents c550f6a + 3249d21 commit c3e8ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Unit/DataProvider/StringProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function testArbitraryProvidesString($value): void
3333
self::assertIsString($value);
3434
}
3535

36-
public function testArbitraryReturnsGeneratorThatProvidesStringsThatAreNeitherEmptyNorBlank(): void
36+
public function testArbitraryReturnsGeneratorThatProvidesArbitraryStrings(): void
3737
{
3838
$specifications = [
3939
'string-arbitrary-sentence' => Util\DataProvider\Specification\Closure::create(static function (string $value): bool {

0 commit comments

Comments
 (0)