diff --git a/.gitignore b/.gitignore index 1516806c..c16a327c 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,7 @@ phpunit.phar # local PhpUnit config /phpunit.xml # PhpUnit cache -/.phpunit.result.cache +/.phpunit.cache # local tests configuration /tests/data/config.local.php diff --git a/tests/Unit/DebugServiceProviderTest.php b/tests/Unit/DebugServiceProviderTest.php index 339d51eb..ef10f872 100644 --- a/tests/Unit/DebugServiceProviderTest.php +++ b/tests/Unit/DebugServiceProviderTest.php @@ -9,7 +9,6 @@ use Psr\EventDispatcher\ListenerProviderInterface; use Psr\Log\LoggerInterface; use Psr\Log\NullLogger; -use Yiisoft\Definitions\Exception\InvalidConfigException; use Yiisoft\Di\Container; use Yiisoft\Di\ContainerConfig; use Yiisoft\EventDispatcher\Dispatcher\Dispatcher; @@ -20,12 +19,6 @@ final class DebugServiceProviderTest extends TestCase { - /** - * @throws InvalidConfigException - * - * @covers \Yiisoft\Yii\Debug\DebugServiceProvider::getDefinitions() - * @covers \Yiisoft\Yii\Debug\DebugServiceProvider::getExtensions() - */ public function testRegister(): void { $config = ContainerConfig::create() diff --git a/tests/Unit/ProxyServiceProviderTest.php b/tests/Unit/ProxyServiceProviderTest.php index a9d9c4b1..d9dd6482 100644 --- a/tests/Unit/ProxyServiceProviderTest.php +++ b/tests/Unit/ProxyServiceProviderTest.php @@ -10,7 +10,6 @@ use Psr\EventDispatcher\ListenerProviderInterface; use Psr\Log\LoggerInterface; use Psr\Log\NullLogger; -use Yiisoft\Definitions\Exception\InvalidConfigException; use Yiisoft\Di\Container; use Yiisoft\Di\ContainerConfig; use Yiisoft\EventDispatcher\Dispatcher\Dispatcher; @@ -20,12 +19,6 @@ final class ProxyServiceProviderTest extends TestCase { - /** - * @throws InvalidConfigException - * - * @covers \Yiisoft\Yii\Debug\ProxyServiceProvider::getDefinitions() - * @covers \Yiisoft\Yii\Debug\ProxyServiceProvider::getExtensions() - */ public function testRegister(): void { $config = ContainerConfig::create()