for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace CurlX\Tests;
use CurlX\Agent;
use PHPUnit_Framework_TestCase;
class AgentTest extends PHPUnit_Framework_TestCase
{
public function setUp()
}
public function tearDown()
public function testSomething()
$this->assertEquals(1, 1);