1 | <?php |
||
6 | class EmailsValidationFormTest extends \Codeception\Test\Unit |
||
7 | { |
||
8 | /** |
||
9 | * @var \andmemasin\emailsvalidator\UnitTester |
||
10 | */ |
||
11 | protected $tester; |
||
12 | |||
13 | /** @var EmailsValidationForm */ |
||
14 | protected $model; |
||
15 | |||
16 | |||
17 | protected function _before() |
||
21 | |||
22 | protected function _after() |
||
25 | |||
26 | // tests |
||
27 | public function testSomeFeature() |
||
31 | |||
32 | /** |
||
33 | * Returns a good working LimeSurvey collector |
||
34 | * @return EmailsValidationForm |
||
35 | */ |
||
36 | public function baseObject(){ |
||
40 | |||
41 | } |