Skip to content

Commit

Permalink
Removing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 21, 2009
1 parent 4b184ce commit 266cddb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cake/tests/cases/libs/cache/file.test.php
Expand Up @@ -153,7 +153,6 @@ function testDeleteCache() {

$result = Cache::delete('delete_test');
$this->assertFalse($result);

}

/**
Expand All @@ -178,7 +177,6 @@ function testSerialize() {
$this->assertIdentical($read, serialize($data));

$this->assertIdentical(unserialize($newread), $data);

}

/**
Expand Down

0 comments on commit 266cddb

Please sign in to comment.