Skip to content

Commit

Permalink
fix patch on windowns test
Browse files Browse the repository at this point in the history
  • Loading branch information
saeideng committed Mar 18, 2018
1 parent 7e9dc1b commit f20b771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Core/BasePluginTest.php
Expand Up @@ -148,7 +148,7 @@ public function testGetPathOptionValue()
public function testGetPathSubclass()
{
$plugin = new TestPlugin();
$expected = TEST_APP . 'Plugin/TestPlugin' . DS;
$expected = TEST_APP . 'Plugin' . DS . 'TestPlugin' . DS;
$this->assertSame($expected, $plugin->getPath());
$this->assertSame($expected . 'config' . DS, $plugin->getConfigPath());
$this->assertSame($expected . 'src' . DS, $plugin->getClassPath());
Expand Down

0 comments on commit f20b771

Please sign in to comment.