public function setUp()
 {
     parent::setUp();
     $this->faker = \Faker\Factory::create();
     $this->repo = new ImageRepositoryStub();
 }
 public function setUp()
 {
     parent::setUp();
     $this->faker = \Faker\Factory::create();
     $this->repo = new RepoStubLang();
 }