for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SafeCrow;
use PHPUnit\Framework\TestCase;
/**
* Class ClientTest
* @package SafeCrow
*/
class ClientTest extends TestCase
{
* @return void
public function testTrueIsTrue()
$this->assertTrue(true);
}