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