1 | <?php |
||
11 | class PlainTextResponseGeneratorFactoryTest extends TestCase |
||
12 | { |
||
13 | /** |
||
14 | * @var PlainTextResponseGeneratorFactory |
||
15 | */ |
||
16 | protected $factory; |
||
17 | |||
18 | public function setUp() |
||
22 | |||
23 | /** |
||
24 | * @test |
||
25 | * @dataProvider provideDebugs |
||
26 | * @param array $config |
||
27 | * @param bool $expectedIsDev |
||
28 | */ |
||
29 | public function serviceIsCreated(array $config, bool $expectedIsDev) |
||
42 | |||
43 | public function provideDebugs(): array |
||
51 | } |
||
52 |