Skip to content

Commit

Permalink
Removed debug code from test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Jul 11, 2021
1 parent 7fc3da2 commit 1d370d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestCase/Console/Command/GenerateCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public function testGenerateScaffold()

$this->assertFileHash('0e2366d6811e52834474c99f52208e4c', APP . DS . 'Http' . DS . 'View' . DS . 'Bookmarks' . DS . 'view.ctp');

print(file_get_contents(APP . DS . 'Http' . DS . 'View' . DS . 'Bookmarks' . DS . 'view.ctp'));
unlink(APP . DS . 'Http' . DS . 'View' . DS . 'Bookmarks' . DS . 'view.ctp');
}

Expand Down

0 comments on commit 1d370d5

Please sign in to comment.