ExpandAclTest
TestCase for the expand_acl function
- Full name:
\ExpandAclTest
- Parent class:
PHPUnit_Framework_TestCase
Methods
testExpandAclNormal
test expand_acl, perfect input
testExpandAclBigNumber
test with a big number
testExpandAclString
test with a string in it.
TODO: is this valid input? Otherwise: should there be an exception?
testExpandAclSpace
test with a ' ' in it.
TODO: is this valid input? Otherwise: should there be an exception?
testExpandAclEmpty
test empty input
testExpandAclNoBrackets
test invalid input, no < at all
TODO: should there be an exception?
testExpandAclJustOneBracket1
test invalid input, just open <
TODO: should there be an exception?
testExpandAclJustOneBracket2
test invalid input, just close >
TODO: should there be an exception?
testExpandAclCloseOnly
test invalid input, just close >
TODO: should there be an exception?
testExpandAclOpenOnly
test invalid input, just open <
TODO: should there be an exception?
testExpandAclNoMatching1
test invalid input, open and close do not match
TODO: should there be an exception?
testExpandAclNoMatching2
test invalid input, open and close do not match
TODO: should there be an exception?
testExpandAclEmptyMatch
test invalid input, empty <>
TODO: should there be an exception? Or array(1, 3) (This should be array(1,3) - mike)
Automatically generated on 2025-03-18