Download the PHP package phariscope/doctrine-testing-tools without Composer
On this page you can find all versions of the php package phariscope/doctrine-testing-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phariscope/doctrine-testing-tools
More information about phariscope/doctrine-testing-tools
Files in phariscope/doctrine-testing-tools
Download phariscope/doctrine-testing-tools
More information about phariscope/doctrine-testing-tools
Files in phariscope/doctrine-testing-tools
Vendor phariscope
Package doctrine-testing-tools
Short Description A PHP component to test Doctrine Repositories
License MIT
Package doctrine-testing-tools
Short Description A PHP component to test Doctrine Repositories
License MIT
Please rate this library. Is it a good library?
Informations about the package doctrine-testing-tools
Doctrine Testing Tools
A PHP component to help testing Doctrine SQL Repositories.
To reduce process time, this component will only drop requested tables using SQL queries. I only use it on MySQL and SQLite databases so I do not need this component to work with other solutions.
Usage
To use this component, you need to :
- Add DoctrineRepositoryTesterTrait to every doctrine repository tests.
- In
setUp()
, call$this->initDoctrineTester()
to initialize the tester. You now have access to :clearTables(array $tablesToClear)
to clear every table you want to clear.getEntityManager()
to access an instance of EntityManagerInterface for your repository.
Look into the ExempleRepositoryDoctrine if you need an exemple.
Install
To contribute to Doctrine Testing Tools
Requirements:
- docker
- git
Unit tests
Integration tests
Quality
Some indicators:
- phpcs PSR12
- phpstan level 9
- coverage >= 100%
- infection MSI >= 100%
Quick check with:
Check coverage with:
and view 'var/index.html' in your browser
Check infection with:
and view 'var/infection.html' in your browser
All versions of doctrine-testing-tools with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
doctrine/orm Version ^2|^3
doctrine/doctrine-bundle Version ^2
symfony/http-kernel Version ^6|^7.0
symfony/framework-bundle Version ^6|^7.0
symfony/runtime Version ^6|^7.0
symfony/yaml Version ^6|^7.0
symfony/dotenv Version ^6|^7.0
doctrine/orm Version ^2|^3
doctrine/doctrine-bundle Version ^2
symfony/http-kernel Version ^6|^7.0
symfony/framework-bundle Version ^6|^7.0
symfony/runtime Version ^6|^7.0
symfony/yaml Version ^6|^7.0
symfony/dotenv Version ^6|^7.0
The package phariscope/doctrine-testing-tools contains the following files
Loading the files please wait ....