| 1 | <?php |
||
| 19 | class Dynamark3ResponseTest extends \PHPUnit_Framework_TestCase |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @dataProvider dataProviderSettersAndGetters |
||
| 23 | * |
||
| 24 | * @param bool $isError |
||
| 25 | * @param string $responseText |
||
| 26 | * @param int $errorCode |
||
| 27 | * |
||
| 28 | * @return void |
||
| 29 | */ |
||
| 30 | public function testSettersAndGetters($isError, $responseText, $errorCode = null) |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @return [] |
||
|
|
|||
| 41 | */ |
||
| 42 | public function dataProviderSettersAndGetters() |
||
| 49 | } |
||
| 50 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.