1 | <?php |
||
9 | class StringParamTest extends ParamDefinitionTest { |
||
10 | |||
11 | /** |
||
12 | * @see ParamDefinitionTest::valueProvider |
||
13 | * |
||
14 | * @param boolean $stringlyTyped |
||
15 | * |
||
16 | * @return array |
||
17 | */ |
||
18 | public function valueProvider( $stringlyTyped = true ) { |
||
36 | |||
37 | /** |
||
38 | * @see ParamDefinitionTest::getType |
||
39 | * @return string |
||
40 | */ |
||
41 | public function getType() { |
||
44 | |||
45 | } |
||
46 |