ZF, ZFDoctrine and PHPUnit setup
Hi, Does anyone here use Zend Framework, ZFDoctrine and PHPUnit together? How to rebuild the database on each test run? How to separate local/production/testing environments? Would you share your unit testing setup? I have been trying something like that: // /tests/bootstrap.php // ... setup paths and constants here require_once 'Ze...