mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-02 07:39:45 +00:00
Fixing parse error
This commit is contained in:
parent
87d5a791c6
commit
f2b51d2375
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class CacheSessionTest extends CakeTestCase {
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function setUp() {
|
function setUp() {
|
||||||
parent::setUp()
|
parent::setUp();
|
||||||
$this->storage = new CacheSession();
|
$this->storage = new CacheSession();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue