for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Test;
class ResponseTest extends \PHPUnit_Framework_TestCase
{
/**
* @test
*
* Returns null
*/
public function it_returns_null()
}