1 | <?php |
||
13 | class TagAppendingTest extends TestCase |
||
14 | { |
||
15 | /** |
||
16 | * @dataProvider stringValuesWithIndexesDataProvider |
||
17 | * @test |
||
18 | * |
||
19 | * @param string $index |
||
20 | * @param string $tagValue |
||
21 | */ |
||
22 | public function appendStringValueUnderSpecifiedIndex(string $index, string $tagValue): void |
||
33 | |||
34 | public function stringValuesWithIndexesDataProvider(): array |
||
42 | } |
||
43 |