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

Fix: Test method name #373

Merged
merged 1 commit into from
Nov 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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