Download the PHP package matthiasnoback/phpunit-test-service-container without Composer
On this page you can find all versions of the php package matthiasnoback/phpunit-test-service-container. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download matthiasnoback/phpunit-test-service-container
More information about matthiasnoback/phpunit-test-service-container
Files in matthiasnoback/phpunit-test-service-container
Package phpunit-test-service-container
Short Description Simple service container for PHPUnit tests
License MIT
Homepage http://github.com/matthiasnoback/phpunit-test-service-container
Informations about the package phpunit-test-service-container
PHPUnit test service container
This library provides a simple service container which makes use of service providers. It also provides a base class for your test cases which provides access to such a service container.
The service container extends the Pimple dependency injection container.
Create your own service providers to configure any services you'd like to use in your unit tests.
Read more about using a service container to configure dependencies in unit tests (or integration tests) here: http://php-and-symfony.matthiasnoback.nl/2013/06/phpunit-pimple-integration-tests-with-a-simple-di-container/
All versions of phpunit-test-service-container with dependencies
phpunit/phpunit Version ~6.0||~7.0||~8.0||~9.0
pimple/pimple Version ~3.0