We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e93455 commit 6ff67edCopy full SHA for 6ff67ed
tests/ExtractRouteTest.php
@@ -16,7 +16,7 @@ class ExtractRouteTest extends TestCase
16
17
public function testExtractConfig()
18
{
19
- $config = new RouterConfig([ 'extract' => null ]);
+ $config = new RouterConfig([ 'extract' => 0 ]);
20
$this->assertEquals(Router::EXTRACT_NONE, $config->extract);
21
$this->assertNotContains('ACTION', $config->methods);
22
0 commit comments