mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing whitespace.
This commit is contained in:
parent
4b184ceccb
commit
266cddb4db
1 changed files with 0 additions and 2 deletions
2
cake/tests/cases/libs/cache/file.test.php
vendored
2
cake/tests/cases/libs/cache/file.test.php
vendored
|
@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue