mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +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
|
||||
*/
|
||||
function setUp() {
|
||||
parent::setUp()
|
||||
parent::setUp();
|
||||
$this->storage = new CacheSession();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue