mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
fixing a little problem in acl test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7128 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
a978fb2661
commit
52d72a63b5
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ class AclComponentTest extends CakeTestCase {
|
|||
//$result = $this->Acl->getAco('tpsReports');
|
||||
//$this->assertEqual($result, $expected);
|
||||
}
|
||||
*/
|
||||
|
||||
function testIniReadConfigFile() {
|
||||
Configure::write('Acl.classname', 'IniAclTest');
|
||||
unset($this->Acl);
|
||||
|
|
Loading…
Add table
Reference in a new issue