PHP Class Respect\Validation\Rules\AbstractWrapperTest

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

Public Methods

Method Description
testShouldPassNameOnToWrapped ( )
testShouldReturnDefinedValidatable ( )
testShouldThrowsAnExceptionWhenWrappedValidatableIsNotDefined ( )
testShouldUseWrappedToAssert ( )
testShouldUseWrappedToCheck ( )
testShouldUseWrappedToValidate ( )

Private Methods

Method Description
bindValidatable ( $wrapper, $validatable )

Method Details

testShouldPassNameOnToWrapped() public method

testShouldReturnDefinedValidatable() public method

testShouldThrowsAnExceptionWhenWrappedValidatableIsNotDefined() public method

testShouldUseWrappedToAssert() public method

testShouldUseWrappedToCheck() public method

testShouldUseWrappedToValidate() public method