mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
테스트 설정 정리
This commit is contained in:
parent
3fa042c2fb
commit
2792590e4a
6 changed files with 2254 additions and 0 deletions
10
tests/_support/InstallHelper.php
Normal file
10
tests/_support/InstallHelper.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
namespace Codeception\Module;
|
||||
|
||||
class InstallHelper extends \Codeception\Module
|
||||
{
|
||||
public function _initialize()
|
||||
{
|
||||
\Codeception\Util\FileSystem::deleteDir('files');
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue