Download the PHP package php-arsenal/symfony-mongo-testing-foundation without Composer
On this page you can find all versions of the php package php-arsenal/symfony-mongo-testing-foundation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-arsenal/symfony-mongo-testing-foundation
More information about php-arsenal/symfony-mongo-testing-foundation
Files in php-arsenal/symfony-mongo-testing-foundation
Download php-arsenal/symfony-mongo-testing-foundation
More information about php-arsenal/symfony-mongo-testing-foundation
Files in php-arsenal/symfony-mongo-testing-foundation
Vendor php-arsenal
Package symfony-mongo-testing-foundation
Short Description Foundation classes for Symfony and MongoDB ODM testing
License MIT
Package symfony-mongo-testing-foundation
Short Description Foundation classes for Symfony and MongoDB ODM testing
License MIT
Please rate this library. Is it a good library?
Informations about the package symfony-mongo-testing-foundation
php-arsenal/symfony-mongo-testing-foundation
PhpUnit Symfony Unit, Functional, Integration test cases (+MongoDB)
Setup
Define MONGODB_DB
of your test database in .env.test
Example tests/autoload.php
:
Features
Extend the following for your tests respectivelly as needed:
PhpArsenal\SymfonyMongoTestingFoundation\UnitTestCase
PhpArsenal\SymfonyMongoTestingFoundation\FunctionalTestCase
PhpArsenal\SymfonyMongoTestingFoundation\IntegrationTestCase
Traits:
DatabaseTrait
handles commond DocumentManager functions and clears the test database upon test start.FakerTrait
gives you access to the faker to help you generate data for testsLoggerTrait
gives you easy access to the logger if necessary
All versions of symfony-mongo-testing-foundation with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
ext-json Version *
doctrine/mongodb-odm-bundle Version ^4.3
php-arsenal/faker Version ^1.9
phpunit/phpunit Version ^9.5
spatie/phpunit-snapshot-assertions Version ^4.2
symfony/framework-bundle Version ^5.2
ext-json Version *
doctrine/mongodb-odm-bundle Version ^4.3
php-arsenal/faker Version ^1.9
phpunit/phpunit Version ^9.5
spatie/phpunit-snapshot-assertions Version ^4.2
symfony/framework-bundle Version ^5.2
The package php-arsenal/symfony-mongo-testing-foundation contains the following files
Loading the files please wait ....