diff --git a/tests/TestCase/Utility/ThumbManagerTest.php b/tests/TestCase/Utility/ThumbManagerTest.php index 63543f2..cef9462 100644 --- a/tests/TestCase/Utility/ThumbManagerTest.php +++ b/tests/TestCase/Utility/ThumbManagerTest.php @@ -56,7 +56,7 @@ public function testResolveFilePath(): void $this->loadPlugins(['TestPlugin' => []]); $result = $this->invokeMethod($this->ThumbManager, 'resolveFilePath', ['TestPlugin.400x400.png']); - $this->assertStringEndsWith('test_app/Plugin/TestPlugin/webroot/img/400x400.png', $result); + $this->assertStringEndsWith('TestPlugin' . DS . 'webroot' . DS . 'img' . DS . '400x400.png', $result); } /**