| 1 | <?php declare(strict_types = 1); |
||
| 5 | class EvidenceEnvironmentTest extends \PHPUnit\Framework\TestCase |
||
| 6 | { |
||
| 7 | |||
| 8 | /** |
||
| 9 | * @dataProvider dataTestGetWsdlPath |
||
| 10 | */ |
||
| 11 | public function testGetWsdlPath(EvidenceEnvironment $environment, string $expectedFileName) |
||
| 15 | |||
| 16 | public function dataTestGetWsdlPath(): array |
||
| 23 | |||
| 24 | } |
||
| 25 |