1 | <?php |
||
8 | class CalculationTest extends \PHPUnit_Framework_TestCase |
||
9 | { |
||
10 | public function setUp() |
||
14 | |||
15 | /** |
||
16 | * @dataProvider providerBinaryComparisonOperation |
||
17 | */ |
||
18 | public function testBinaryComparisonOperation($formula, $expectedResultExcel, $expectedResultOpenOffice) |
||
28 | |||
29 | public function providerBinaryComparisonOperation() |
||
33 | |||
34 | /** |
||
35 | * @dataProvider providerGetFunctions |
||
36 | */ |
||
37 | public function testGetFunctions($category, $functionCall, $argumentCount) |
||
41 | |||
42 | public function providerGetFunctions() |
||
46 | } |
||
47 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.