Removing whitespace.

This commit is contained in:
mark_story 2009-11-18 18:08:30 -05:00
parent 4b184ceccb
commit 266cddb4db

View file

@ -153,7 +153,6 @@ class FileEngineTest extends CakeTestCase {
$result = Cache::delete('delete_test'); $result = Cache::delete('delete_test');
$this->assertFalse($result); $this->assertFalse($result);
} }
/** /**
@ -178,7 +177,6 @@ class FileEngineTest extends CakeTestCase {
$this->assertIdentical($read, serialize($data)); $this->assertIdentical($read, serialize($data));
$this->assertIdentical(unserialize($newread), $data); $this->assertIdentical(unserialize($newread), $data);
} }
/** /**