Skip to content

Commit

Permalink
fix no getModulePath() method
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
  • Loading branch information
samsonasik committed Jul 23, 2020
1 parent 5d376f8 commit c784a19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Listener/ListenerOptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public function testCanConfigureWithArrayInConstructor()
$this->assertNotNull(strstr($options->getConfigCacheFile(), __DIR__));
$this->assertNotNull(strstr($options->getConfigCacheFile(), '.php'));
$this->assertSame('foo', $options->getConfigCacheKey());
$this->assertSame(['module', 'paths'], $options->getModulePaths());
$this->assertSame(['glob', 'paths'], $options->getConfigGlobPaths());
$this->assertSame(['static', 'custom_paths'], $options->getConfigStaticPaths());
}
Expand Down

0 comments on commit c784a19

Please sign in to comment.