| 1 | <?php declare(strict_types = 1); |
||
| 7 | class EvidenceEnvironmentTest extends TestCase |
||
| 8 | { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * @dataProvider dataTestGetWsdlPath |
||
| 12 | */ |
||
| 13 | public function testGetWsdlPath(EvidenceEnvironment $environment, string $expectedFileName): void |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @return mixed[] |
||
| 20 | */ |
||
| 21 | public function dataTestGetWsdlPath(): array |
||
| 28 | |||
| 29 | } |
||
| 30 |