mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix various warnings in PHP 8.0
This commit is contained in:
parent
f46b41f437
commit
60465fb2db
23 changed files with 65 additions and 55 deletions
|
|
@ -5,7 +5,7 @@ use Codeception\Util\FileSystem;
|
|||
|
||||
class InstallHelper extends \Codeception\Module
|
||||
{
|
||||
public function _before()
|
||||
public function _before(\Codeception\TestInterface $test)
|
||||
{
|
||||
FileSystem::deleteDir('files');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue