コード例 #1
0
ファイル: Fixtures.php プロジェクト: lenninsanchez/donadores
 public static function cleanup()
 {
     self::$fixtures = array();
 }
コード例 #2
0
ファイル: Fixtures.php プロジェクト: hitechdk/Codeception
 public static function cleanup()
 {
     self::$fixtures = [];
 }