コード例 #1
0
 public function setUp()
 {
     parent::setUp();
     $this->faker = \Faker\Factory::create();
     $this->repo = new ImageRepositoryStub();
 }
コード例 #2
0
 public function setUp()
 {
     parent::setUp();
     $this->faker = \Faker\Factory::create();
     $this->repo = new RepoStubLang();
 }