PHP Class Psecio\PropAuth\Test\TestClosureTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: psecio/propauth

Méthodes publiques

Méthode 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 méthode

Expect an exception when not enough paramters are provided

testEqualsValidMatch() public méthode

testNotEqualsValid() public méthode

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 ( )