1 | <?php |
||
9 | |||
10 | class NewsletterFacadeTest extends TestCase |
||
|
|||
11 | { |
||
12 | /** @test */ |
||
13 | public function should_instantiate_facade_with_null_driver() |
||
18 | |||
19 | /** @test */ |
||
20 | View Code Duplication | public function should_instantiate_facade_with_mailchimp_driver() |
|
29 | |||
30 | /** @test */ |
||
43 |