1 | <?php |
||
12 | class EmailBuilderFactoryTest extends TestCase |
||
13 | { |
||
14 | /** |
||
15 | * @var EmailBuilderFactory |
||
16 | */ |
||
17 | private $factory; |
||
18 | |||
19 | public function setUp() |
||
23 | |||
24 | /** |
||
25 | * @test |
||
26 | */ |
||
27 | public function serviceIsCreated() |
||
36 | |||
37 | /** |
||
38 | * @test |
||
39 | */ |
||
40 | public function exceptionIsThrownIfConfigIsNotFound() |
||
50 | } |
||
51 |