polderknowledge / zend-doctrine-test-bootstrap
This library is for testing PHP code in the Zend Framework 2 + Doctrine + PHPUnit ecosystem
Installs: 196
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/polderknowledge/zend-doctrine-test-bootstrap
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2025-09-22 02:59:16 UTC
README
This library is for testing PHP code in the Zend Framework 3 + Doctrine + PHPUnit ecosystem
It contains:
- An AbstractTest class for PHPUnit to get hold of the ServiceManager and EntityManager
- A singleton Bootstrap class which can bootstrap Zend and reset the database to a clean state
CI configuration
This library wil read an extra Zend application configuration file if present: 'config/test.config.php'
I recommend you create this:
<?php return [ 'module_listener_options' => [ 'config_glob_paths' => [ 'config/autoload/{,*.}{global,local,test}.php', ], ], ];
And then you can commmit the database connection parameters of your CI environment to 'config/autoload/doctrine.test.php'