Skip to content

Commit f4396f0

Browse files
committed
Fix tests
1 parent f1e6796 commit f4396f0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Functional/EventListenerConfigurationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
use PHPUnit\Framework\TestCase;
88
use Psr\Container\ContainerInterface;
9+
use Yiisoft\Config\ConfigPaths;
910
use Yiisoft\Di\Container;
1011
use Yiisoft\Di\ContainerConfig;
1112
use Yiisoft\Yii\Event\ListenerConfigurationChecker;

tests/Unit/HelloCest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use Symfony\Component\Console\CommandLoader\ContainerCommandLoader;
1111
use Symfony\Component\Console\Tester\CommandTester;
1212
use Yiisoft\Config\Config;
13+
use Yiisoft\Config\ConfigPaths;
1314
use Yiisoft\Di\Container;
1415
use Yiisoft\Di\ContainerConfig;
1516
use Yiisoft\Yii\Console\ExitCode;

0 commit comments

Comments
 (0)