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