for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @licence GNU GPL v2+
* @author Jeroen De Dauw < [email protected] >
*/
class FailingTest extends \PHPUnit_Framework_TestCase {
public function testFail() {
$this->assertSame( 1, 2 );
}