file = TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'config'. DS . 'acl.ini.php'; } /** * test constrction * * @return void */ function testConstruct() { $config = new IniFile($this->file); $this->assertTrue(isset($config->admin)); } }