테스트 설정 정리

This commit is contained in:
bnu 2015-05-22 17:04:37 +09:00
parent f5c4de33bd
commit 3fa042c2fb
5 changed files with 0 additions and 2239 deletions

View file

@ -1,10 +0,0 @@
<?php
namespace Codeception\Module;
class InstallHelper extends \Codeception\Module
{
public function _initialize()
{
\Codeception\Util\FileSystem::deleteDir('files');
}
}