for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
use PHPUnit_Framework_TestCase;
class DemoTest extends PHPUnit_Framework_TestCase
{
public function testSomethingIsTrue()
$this->assertTrue(true);
}