PHP Класс Psecio\PropAuth\Test\TestClosureTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

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.
public testNotEqualsValid ( )