Skip to content

Commit

Permalink
Fix whitespace errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 15, 2012
1 parent 89c9823 commit ccd3378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Test/Case/Utility/FolderTest.php
Expand Up @@ -918,7 +918,7 @@ public function testCopyWithSkip() {
*
* @return void
*/
function testCopyWithOverwrite() {
public function testCopyWithOverwrite() {
extract($this->_setupFilesystem());

$Folder = new Folder($folderOne);
Expand Down Expand Up @@ -1050,7 +1050,7 @@ public function testMove() {
$this->assertTrue(file_exists($folderTwo . DS . 'file1.php'));
$this->assertEquals('', file_get_contents($folderTwoB . DS . 'fileB.php'));
$this->assertFalse(file_exists($fileOne));
$this->assertFalse(file_exists($folderOneA));
$this->assertFalse(file_exists($folderOneA));
$this->assertFalse(file_exists($fileOneA));

$Folder = new Folder($path);
Expand Down

0 comments on commit ccd3378

Please sign in to comment.