테스트 설정 정리

This commit is contained in:
bnu 2015-05-22 17:04:50 +09:00
parent 3fa042c2fb
commit 2792590e4a
6 changed files with 2254 additions and 0 deletions

View file

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