PHP Class Psecio\PropAuth\Test\TestClosureTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: psecio/propauth

Public Methods

Method Description
testEqualsNotEnoughParams ( ) Expect an exception when not enough paramters are provided
testEqualsValidMatch ( )
testNotEqualsValid ( ) Test that true is returned when a "not equals" call is made and the closure evaluates to true. In this case, it's up to the closure to return a false which the test interprets as success.

Method Details

testEqualsNotEnoughParams() public method

Expect an exception when not enough paramters are provided

testEqualsValidMatch() public method

testNotEqualsValid() public method

Test that true is returned when a "not equals" call is made and the closure evaluates to true. In this case, it's up to the closure to return a false which the test interprets as success.
public testNotEqualsValid ( )