public function setUp()
 {
     parent::setUp();
     $this->migrate();
     $this->repository = new CategoryRepository();
     $this->createCategory();
 }
 public function setUp()
 {
     parent::setUp();
     $this->migrate();
     $this->repository = new CategoryRepository();
     $this->criteria = new FindByNameAndDescription('Category 1', 'Description 1');
     $this->createCategory();
 }
 public function setUp()
 {
     parent::setUp();
     $this->migrate();
 }