示例#1
0
 public function tearDown()
 {
     parent::tearDown();
     Mockery::close();
 }
示例#2
0
 public function setUp()
 {
     parent::setUp();
 }
 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');
 }
 public function setUp()
 {
     // During the parent's setup, both a 'es' 'Spanish' and 'en' 'English' languages are inserted into the database.
     parent::setUp();
 }