Skip to content

Commit 6ff67ed

Browse files
committed
Fix tests.
1 parent 6e93455 commit 6ff67ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ExtractRouteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ExtractRouteTest extends TestCase
1616

1717
public function testExtractConfig()
1818
{
19-
$config = new RouterConfig([ 'extract' => null ]);
19+
$config = new RouterConfig([ 'extract' => 0 ]);
2020
$this->assertEquals(Router::EXTRACT_NONE, $config->extract);
2121
$this->assertNotContains('ACTION', $config->methods);
2222

0 commit comments

Comments
 (0)