Definition at line 12 of file ObsoleteAclTest.php.
◆ testAclDeclarations()
- Parameters
-
Definition at line 14 of file ObsoleteAclTest.php.
16 $invoker = new \Magento\Framework\App\Utility\AggregateInvoker($this);
22 $aclXml = simplexml_load_file($aclFile);
23 $xpath =
'/config/acl/*[boolean(./children) or boolean(./title)]';
25 $aclXml->xpath($xpath),
26 'Obsolete acl structure detected in file ' . $aclFile .
'.'
The documentation for this class was generated from the following file:
- vendor/magento/magento2-base/dev/tests/static/testsuite/Magento/Test/Legacy/ObsoleteAclTest.php