mirror of
https://github.com/elyby/accounts.git
synced 2024-12-11 16:09:25 +05:30
9 lines
151 B
PHP
9 lines
151 B
PHP
|
<?php
|
||
|
namespace codeception\console\unit\controllers;
|
||
|
|
||
|
use tests\codeception\console\unit\TestCase;
|
||
|
|
||
|
class CleanupControllerTest extends TestCase {
|
||
|
|
||
|
}
|