コード例 #1
0
ファイル: ListCategoriesTest.php プロジェクト: tom2320x/list
 protected function _before()
 {
     $this->tester->runMigrations();
     $this->tester->runFixtures(['makers', 'categories', 'list']);
 }