You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InvalidArgumentException: Expected an instance of Symfony\Component\DependencyInjection\ContainerBuilder
/var/www/html/vendor/matthiasnoback/symfony-dependency-injection-test/PhpUnit/DefinitionDecoratesConstraint.php:49
/var/www/html/vendor/matthiasnoback/symfony-dependency-injection-test/PhpUnit/AbstractContainerBuilderTestCase.php:245
Cause:
In assert Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractContainerBuilderTestCase:245 there is part:
How to reproduce:
Within some test that extends AbstractExtensionTestCase:
Usage
Will throw:
Cause:
In assert
Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractContainerBuilderTestCase:245
there is part:But in
\Matthias\SymfonyDependencyInjectionTest\PhpUnit\DefinitionDecoratesConstraint::evaluate
It expects ContainerBuilder:Suggested Fix
The text was updated successfully, but these errors were encountered: