We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d376f8 commit c784a19Copy full SHA for c784a19
test/Listener/ListenerOptionsTest.php
@@ -32,7 +32,6 @@ public function testCanConfigureWithArrayInConstructor()
32
$this->assertNotNull(strstr($options->getConfigCacheFile(), __DIR__));
33
$this->assertNotNull(strstr($options->getConfigCacheFile(), '.php'));
34
$this->assertSame('foo', $options->getConfigCacheKey());
35
- $this->assertSame(['module', 'paths'], $options->getModulePaths());
36
$this->assertSame(['glob', 'paths'], $options->getConfigGlobPaths());
37
$this->assertSame(['static', 'custom_paths'], $options->getConfigStaticPaths());
38
}
0 commit comments