Skip to content

Commit

Permalink
Fix PHPCS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 13, 2015
1 parent 77e8661 commit d39c744
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Cake/Test/Case/Utility/FileTest.php
Expand Up @@ -604,8 +604,7 @@ public function testReplaceText() {
*
* @return void
*/
public function testNoPartialPathBeingSetForNonExistentPath()
{
public function testNoPartialPathBeingSetForNonExistentPath() {
$tmpFile = new File('/non/existent/file');
$this->assertNull($tmpFile->pwd());
$this->assertNull($tmpFile->path);
Expand Down

0 comments on commit d39c744

Please sign in to comment.