for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: harry
* Date: 2/12/18
* Time: 4:30 PM
*/
namespace PhpRestfulApiResponse\Tests\unit;
class CheckTest extends Base
{
public function testing()
$this->assertTrue(true);
}