call the parent setUp

This commit is contained in:
Jacson Passold 2017-12-04 16:44:48 -02:00
parent 3607d99181
commit 440d433df3
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ class TAINACAN_UnitTestCase extends \WP_UnitTestCase {
protected $tainacan_filter_factory;
public function setUp(){
parent::setUp();
$this->tainacan_entity_factory = new Factories\Entity_Factory();
$this->tainacan_field_factory = new Factories\Field_Factory();
$this->tainacan_filter_factory = new Factories\Filter_Factory();