Skip to content

Commit

Permalink
Fix coding standards ignore tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 20, 2014
1 parent 16e35af commit 3c2f1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/Shell/PluginAssetsShellTest.php
Expand Up @@ -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';
Expand Down

0 comments on commit 3c2f1c5

Please sign in to comment.