1 | <?php |
||
13 | class PlainTextResponseGeneratorFactoryTest extends TestCase |
||
14 | { |
||
15 | /** @var PlainTextResponseGeneratorFactory */ |
||
16 | protected $factory; |
||
17 | |||
18 | public function setUp(): void |
||
22 | |||
23 | /** |
||
24 | * @test |
||
25 | * @dataProvider provideDebugs |
||
26 | */ |
||
27 | public function serviceIsCreated(array $config, bool $expectedIsDev): void |
||
40 | |||
41 | public function provideDebugs(): iterable |
||
47 | } |
||
48 |