call the parent setUp
This commit is contained in:
parent
3607d99181
commit
440d433df3
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue