PHP Class AuthManagerTest

OpenEyes is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. OpenEyes is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenEyes in a file titled COPYING. If not, see .
Author: OpenEyes ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: openeyes/openeyes

Public Methods

Method Description
rule0 ( )
rule1 ( $foo )
rule2 ( $foo, $bar )
setUp ( )
testCoreRule ( )
testDataAndParam ( )
testDataArray ( )
testDataScalar ( )
testModuleRule ( )
testNotEnoughArgs ( )
testUndefinedCoreRule ( )
testUndefinedModuleRule ( )
testUnknownRuleset ( )
testUserIdRemoved ( )

Method Details

rule0() public method

public rule0 ( )

rule1() public method

public rule1 ( $foo )

rule2() public method

public rule2 ( $foo, $bar )

setUp() public method

public setUp ( )

testCoreRule() public method

public testCoreRule ( )

testDataAndParam() public method

public testDataAndParam ( )

testDataArray() public method

public testDataArray ( )

testDataScalar() public method

public testDataScalar ( )

testModuleRule() public method

public testModuleRule ( )

testNotEnoughArgs() public method

public testNotEnoughArgs ( )

testUndefinedCoreRule() public method

testUndefinedModuleRule() public method

testUnknownRuleset() public method

public testUnknownRuleset ( )

testUserIdRemoved() public method

public testUserIdRemoved ( )