mirror of
https://github.com/elyby/accounts.git
synced 2026-05-05 21:53:08 +05:30
Рефакторинг api unit тестов
This commit is contained in:
@@ -6,10 +6,10 @@ use api\models\AccountIdentity;
|
||||
use api\models\authentication\LogoutForm;
|
||||
use Codeception\Specify;
|
||||
use common\models\AccountSession;
|
||||
use tests\codeception\api\unit\DbTestCase;
|
||||
use tests\codeception\api\unit\TestCase;
|
||||
use Yii;
|
||||
|
||||
class LogoutFormTest extends DbTestCase {
|
||||
class LogoutFormTest extends TestCase {
|
||||
use Specify;
|
||||
|
||||
public function testValidateLogout() {
|
||||
|
||||
Reference in New Issue
Block a user