for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Anax;
use PHPUnit\Framework\TestCase;
/**
* Example test class.
*/
class ExampleTest extends TestCase
{
* Just assert something is true.
public function testTrue()
$this->assertTrue(true);
}