Version | Build Status | Code Coverage |
---|---|---|
main |
||
develop |
Behat context for testing Doctrine ORM integration.
This bundle provides a Behat context for testing your application's interaction with a database using Doctrine ORM.
See the installation instructions.
The bundle provides several Behat step definitions for ORM testing:
- See X entities in repository - Check if the count of entities in the repository matches expected
- See entity with ID - Check if an entity with a specific ID exists
- See entity with properties - Check if an entity with specific properties exists
This bundle is released under the MIT license. See the included LICENSE file for more information.