1 | <?php |
||
8 | class GetInstanceTest extends \PHPUnit_Framework_TestCase |
||
9 | { |
||
10 | /** |
||
11 | * |
||
12 | */ |
||
13 | public function testUnknownEngineRaisesANotice() |
||
28 | |||
29 | /** |
||
30 | * @dataProvider enginesProvider |
||
31 | * |
||
32 | * @param string $engineString |
||
33 | * @param string $source |
||
34 | */ |
||
35 | public function testEngine($engineString, $source) |
||
40 | |||
41 | /** |
||
42 | * @dataProvider enginesProvider |
||
43 | * |
||
44 | * @param string $engineString |
||
45 | * @param string $source |
||
46 | */ |
||
47 | public function testSingleEngine($engineString, $source) |
||
53 | |||
54 | /** |
||
55 | * @return array |
||
56 | */ |
||
57 | public function enginesProvider() |
||
68 | } |
||
69 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.