\JAccessRuleTest
Test class for JAccessRule.
Synopsis
class JAccessRuleTest
extends PHPUnit_Framework_TestCase
{
- // methods
- public void test__construct()
- public void testGetData()
- public void testMergeIdentity()
- public void testMergeIdentities()
- public void testAllow()
Hierarchy
Extends
Methods
public
- testAllow() — Tests the JAccessRule::allow method.
- testGetData() — Tests the JAccessRule::getData method.
- testMergeIdentities() — Tests the JAccessRule::mergeIdentities method.
- testMergeIdentity() — Tests the JAccessRule::mergeIdentity method.
- test__construct() — Tests the JAccessRule::__construct and JAccessRule::__toString methods.