| 1 | <?php |
||
| 7 | class EmailsValidationFormTest extends \Codeception\Test\Unit |
||
| 8 | { |
||
| 9 | use ModelTestTrait; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @var \andmemasin\emailsvalidator\UnitTester |
||
| 13 | */ |
||
| 14 | protected $tester; |
||
| 15 | |||
| 16 | /** @var EmailsValidationForm */ |
||
| 17 | protected $model; |
||
| 18 | |||
| 19 | |||
| 20 | protected function _before() |
||
| 24 | |||
| 25 | protected function _after() |
||
| 28 | |||
| 29 | |||
| 30 | |||
| 31 | /** |
||
| 32 | * Returns a good working LimeSurvey collector |
||
| 33 | * @return EmailsValidationForm |
||
| 34 | */ |
||
| 35 | public function baseObject(){ |
||
| 39 | |||
| 40 | } |