mirror of
https://github.com/elyby/accounts.git
synced 2024-12-13 00:49:08 +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 {
|
|
|
|
}
|