PHP Class phpmock\generator\MockFunctionGeneratorTest

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

Public Methods

Method Description
provideTestRemoveDefaultArguments ( ) : The Returns test cases for testRemoveDefaultArguments().
testRemoveDefaultArguments ( array $expected, array $arguments ) Tests removeDefaultArguments().

Method Details

provideTestRemoveDefaultArguments() public method

Returns test cases for testRemoveDefaultArguments().
public provideTestRemoveDefaultArguments ( ) : The
return The test cases.

testRemoveDefaultArguments() public method

Tests removeDefaultArguments().
public testRemoveDefaultArguments ( array $expected, array $arguments )
$expected array The expected result.
$arguments array The input arguments.