How to use the handy annotations feature in PHPUnit. @asset, @codeCoverageIgnore, @covers, @dataProvider, @expectedException, @group, @scenario, @test
Tag Archives: PHPUnit
PHPUnit Mastery
Posted by Drew Stephens on 2009/06/24
1 comment
How to maximize PHPUnit with standardized test names and the –filter, –coverage-html, and –testdox options
Testing DB Dependencies with PHPUnit
Posted by Ryan Ausanka-Crues on 2009/03/30
4 comments
Genius.com’s development of a fixture-base unit testing framework with PHPUnit for easier testing of database-dependent code.