File tree 1 file changed +3
-3
lines changed
dev/tests/static/testsuite/Magento/Test/Integrity/Magento/Backend
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class ControllerAclTest extends \PHPUnit\Framework\TestCase
31
31
*
32
32
* @var array
33
33
*/
34
- private $ whiteListetBackendControllers = [];
34
+ private $ whiteListedBackendControllers = [];
35
35
36
36
/**
37
37
* List of ACL resources collected from acl.xml files.
@@ -57,7 +57,7 @@ protected function setUp()
57
57
if (substr ($ item , 0 , 1 ) === '# ' ) {
58
58
continue ;
59
59
}
60
- $ this ->whiteListetBackendControllers [$ item ] = 1 ;
60
+ $ this ->whiteListedBackendControllers [$ item ] = 1 ;
61
61
}
62
62
}
63
63
@@ -83,7 +83,7 @@ public function testAcl()
83
83
84
84
$ controllerClass = $ this ->getClassByFilePath ($ controllerPath );
85
85
// skip whitelisted controllers.
86
- if (isset ($ this ->whiteListetBackendControllers [$ controllerClass ->getName ()])) {
86
+ if (isset ($ this ->whiteListedBackendControllers [$ controllerClass ->getName ()])) {
87
87
continue ;
88
88
}
89
89
// we don't have to check abstract classes.
You can’t perform that action at this time.
0 commit comments