Fix TableTest namespace

This commit is contained in:
Brandon Kelly
2021-02-26 12:15:25 -08:00
committed by GitHub
parent 1bdbe80bfb
commit 5b93c1a144

View File

@ -5,7 +5,7 @@
* @license http://www.yiiframework.com/license/
*/
namespace yiiunit\framework\console;
namespace yiiunit\framework\console\widgets;
use yii\console\widgets\Table;
use yii\helpers\Console;