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

Commit

Permalink
Fix: Test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 17, 2020
1 parent c550f6a commit 3249d21
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 3249d21

Please sign in to comment.