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

Commit 8855550

Browse files
committed
Rename test case to indicate behavior under test
1 parent 82ad6ee commit 8855550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Router/Console/CatchallTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function provideFactoryOptions()
2525
/**
2626
* @dataProvider provideFactoryOptions
2727
*/
28-
public function testFactory($options)
28+
public function testFactoryReturnsInstanceForAnyOptionsArray($options)
2929
{
3030
$this->assertInstanceOf(Catchall::class, Catchall::factory($options));
3131
}

0 commit comments

Comments
 (0)