예제 #1
0
 public function tearDown()
 {
     parent::tearDown();
     Mockery::close();
 }
예제 #2
0
 public function setUp()
 {
     parent::setUp();
 }
예제 #3
0
 public function setUp()
 {
     // During the parent's setup, both a 'es' 'Spanish' and 'en' 'English' languages are inserted into the database.
     parent::setUp();
     $this->repo = new TaggedRepository(\Cache::getStore(), 'translation');
 }
예제 #4
0
 public function setUp()
 {
     // During the parent's setup, both a 'es' 'Spanish' and 'en' 'English' languages are inserted into the database.
     parent::setUp();
 }