mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 22:09:48 +08:00
10 lines
134 B
PHP
10 lines
134 B
PHP
<?php
|
|
|
|
namespace yiiunit\framework\helpers;
|
|
|
|
use yii\helpers\Console;
|
|
|
|
class ConsoleTest extends \yii\test\TestCase
|
|
{
|
|
/* TODO */
|
|
} |