Symfony PHPUnit tests using Doctrine

You can use Symfony features to easily create our test case. It automatically keeps your database schema up-to-date, creates fixtures and removes data after a test.

Approaches for PHPUnit tests using a database

To be executed often unit tests need to run fast and there should be no problems with their initial configuration. Otherwise, nobody would use them as a tool to improve the whole process, but threat them like annoying requirements.

How to prepare for Zend PHP Certification

When I wanted to get my first professional certification the answer was simple - attempt a topic that I’m most familiar with and which I want work with in the future.