diff --git a/tests/TestCase/Shell/PluginAssetsShellTest.php b/tests/TestCase/Shell/PluginAssetsShellTest.php index c3afa2b77c9..3b453120a9e 100644 --- a/tests/TestCase/Shell/PluginAssetsShellTest.php +++ b/tests/TestCase/Shell/PluginAssetsShellTest.php @@ -96,9 +96,9 @@ public function testSymlink() { public function testSymlinkWhenVendorDirectoryExits() { Plugin::load('Company/TestPluginThree'); - // codingStandardsIgnoreStart + // @codingStandardsIgnoreStart @mkdir(WWW_ROOT . 'company'); // Appveyor is unable to delete the folder in testSymlink() method - // codingStandardsIgnoreEnd + // @codingStandardsIgnoreEnd $this->shell->symlink(); $path = WWW_ROOT . 'company' . DS . 'test_plugin_three';