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 #373 from ergebnis/fix/rename
Browse files Browse the repository at this point in the history
Fix: Test method name
  • Loading branch information
ergebnis-bot authored Nov 17, 2020
2 parents c550f6a + 3249d21 commit c3e8ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Unit/DataProvider/StringProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function testArbitraryProvidesString($value): void
self::assertIsString($value);
}

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

0 comments on commit c3e8ae1

Please sign in to comment.