Fixing parse error

This commit is contained in:
José Lorenzo Rodríguez 2010-09-27 23:41:11 -04:30
parent 87d5a791c6
commit f2b51d2375

View file

@ -58,7 +58,7 @@ class CacheSessionTest extends CakeTestCase {
* @return void
*/
function setUp() {
parent::setUp()
parent::setUp();
$this->storage = new CacheSession();
}