PHP Class Respect\Validation\Rules\KeySetTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: respect/validation

Public Methods

Method Description
providerForInvalidArguments ( )
testShouldAcceptAllOfWithOneKeyRule ( )
testShouldAcceptKeyRule ( )
testShouldAssertKeys ( )
testShouldCheckKeys ( )
testShouldNotAcceptANonKeyRule ( )
testShouldNotAcceptAllOfWithANonKeyRule ( )
testShouldNotAcceptAllOfWithMoreThanOneKeyRule ( )
testShouldReturnKeys ( )
testShouldThrowExceptionInCaseArgumentIsAnythingOtherThanArray ( $input )
testShouldValidateKeysWhenEmpty ( )
testShouldValidateKeysWhenThereAreMissingNonRequiredKeys ( )
testShouldValidateKeysWhenThereAreMissingRequiredKeys ( )
testShouldValidateKeysWhenThereAreMoreKeys ( )

Method Details

providerForInvalidArguments() public method

testShouldAcceptAllOfWithOneKeyRule() public method

testShouldAcceptKeyRule() public method

testShouldAssertKeys() public method

testShouldCheckKeys() public method

public testShouldCheckKeys ( )

testShouldNotAcceptANonKeyRule() public method

testShouldNotAcceptAllOfWithANonKeyRule() public method

testShouldNotAcceptAllOfWithMoreThanOneKeyRule() public method

testShouldReturnKeys() public method

testShouldThrowExceptionInCaseArgumentIsAnythingOtherThanArray() public method

testShouldValidateKeysWhenEmpty() public method

testShouldValidateKeysWhenThereAreMissingNonRequiredKeys() public method

testShouldValidateKeysWhenThereAreMissingRequiredKeys() public method

testShouldValidateKeysWhenThereAreMoreKeys() public method