mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
CI codeception 자동설치 테스트 추가
This commit is contained in:
parent
d1916d744f
commit
5cc8f55a64
7 changed files with 410 additions and 7 deletions
|
|
@ -1,10 +1,12 @@
|
|||
<?php
|
||||
namespace Codeception\Module;
|
||||
|
||||
use Codeception\Util\FileSystem;
|
||||
|
||||
class InstallHelper extends \Codeception\Module
|
||||
{
|
||||
public function _initialize()
|
||||
public function _before()
|
||||
{
|
||||
\Codeception\Util\FileSystem::deleteDir('files');
|
||||
FileSystem::deleteDir('files');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue