1 | <?php |
||
22 | class ResultCodeTest extends \WP_UnitTestCase { |
||
23 | /** |
||
24 | * Test. |
||
25 | */ |
||
26 | public function test() { |
||
29 | |||
30 | /** |
||
31 | * Test to core. |
||
32 | * |
||
33 | * @param string $result_code Result code. |
||
34 | * @param string $expected Expected value. |
||
35 | * @dataProvider provider_test_to_core |
||
36 | */ |
||
37 | public function test_to_core( $result_code, $expected ) { |
||
42 | |||
43 | /** |
||
44 | * Result code data provider. |
||
45 | * |
||
46 | * @return array<int, string|null> |
||
|
|||
47 | */ |
||
48 | public function provider_test_to_core() { |
||
60 | } |
||
61 |
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.