mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
설치 테스트 추가
This commit is contained in:
parent
0d24de74d3
commit
b07cd5f596
11 changed files with 2157 additions and 8 deletions
18
tests/install/_steps/AdminSteps.php
Normal file
18
tests/install/_steps/AdminSteps.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
namespace InstallTester;
|
||||
|
||||
class AdminSteps extends \InstallTester
|
||||
{
|
||||
public function login()
|
||||
{
|
||||
$I = $this;
|
||||
}
|
||||
public function adminLogin()
|
||||
{
|
||||
$I = $this;
|
||||
}
|
||||
public function logout()
|
||||
{
|
||||
$I = $this;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue