PHP Class phpmock\MockCaseInsensitivityTest

See also: Mock
Author: Markus Malkusch ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: php-mock/php-mock

Public Methods

Method Description
provideTestCaseSensitivity ( ) : string[][] Returns test cases for testCaseSensitivity().
testCaseSensitivity ( string $mockName ) Tests case insensitive mocks.
testFailEnable ( string $mockName )

Protected Methods

Method Description
tearDown ( )

Method Details

provideTestCaseSensitivity() public method

Returns test cases for testCaseSensitivity().
public provideTestCaseSensitivity ( ) : string[][]
return string[][] Test cases.

tearDown() protected method

protected tearDown ( )

testCaseSensitivity() public method

Tests case insensitive mocks.
public testCaseSensitivity ( string $mockName )
$mockName string The mock function name.

testFailEnable() public method

public testFailEnable ( string $mockName )
$mockName string The mock function name.