SymfonyDependencyInjectionTest icon indicating copy to clipboard operation
SymfonyDependencyInjectionTest copied to clipboard

Library for testing user classes related to the Symfony Dependency Injection Component

Results 19 SymfonyDependencyInjectionTest issues
Sort by recently updated
recently updated
newest added

Hi! I publish this PR to fix a PHP Fatal error I faced when I installed the bundle with php7.4 with `--prefer-lowest` flag The error is the following: ``` PHP...

Allows the user to register additional extensions which then will not be configured with local configuration, which doesn't work anyway. See #78

`assertContainerBuilderHasServiceDefinitionWithArgument` does not fail if service argument is a Reference object and assertion argument comes as a string. I think it should fail, since Reference argument and string argument is...

This PR will allow users to easy copy the `require` command by clicking the 'Copy to clipboard' button provided by the GitHub interface

Hello! Thank you for the great library - it's a blessing while testing container configuration 🖖 I've encountered a problem when trying to test the compiler pass, that is setting...

This is a feature request. Thank you for this library which is very useful! Would it be possible to add a method that asserts that a service id does not...

I would expect the `$container->getExtensionConfig()` to return what I have defined in `AbstractExtensionTestCase::getMinimalConfiguration()`, but it returns an empty array.

Hi, I hope this pull request was useful for you. I apologize for my basic English ```php # test example ... $this->assertContainerBuilderHasCreatedByFactoryService( 'target.service', 'factory.service', 'factoryMethod'); ```