1 | <?php |
||
11 | class EmailReporter implements ResultReporterInterface |
||
12 | { |
||
13 | private $container; |
||
14 | private $config; |
||
15 | |||
16 | 132 | public function __construct($container, $config) |
|
21 | |||
22 | 127 | public function notify(TestResult $result) |
|
38 | |||
39 | 127 | private function sendEmail(TestResult $result, array $users) |
|
56 | } |
||
57 |