Skip to content

Commit c784a19

Browse files
committed
fix no getModulePath() method
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
1 parent 5d376f8 commit c784a19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Listener/ListenerOptionsTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public function testCanConfigureWithArrayInConstructor()
3232
$this->assertNotNull(strstr($options->getConfigCacheFile(), __DIR__));
3333
$this->assertNotNull(strstr($options->getConfigCacheFile(), '.php'));
3434
$this->assertSame('foo', $options->getConfigCacheKey());
35-
$this->assertSame(['module', 'paths'], $options->getModulePaths());
3635
$this->assertSame(['glob', 'paths'], $options->getConfigGlobPaths());
3736
$this->assertSame(['static', 'custom_paths'], $options->getConfigStaticPaths());
3837
}

0 commit comments

Comments
 (0)