for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Dynamic\Foxy\API\Test\Client;
use SilverStripe\Dev\SapphireTest;
class APIClientTest extends SapphireTest
{
/**
* @var string
*/
protected static $fixture_file = '../fixtures.yml';
*
public function testConstruct()
$this->markTestSkipped();
}