for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace League\Skeleton;
class ExampleTest extends \PHPUnit_Framework_TestCase
{
/**
* Test that true does in fact equal true
*/
public function testTrueIsTrue()
$this->assertTrue(true);
}