for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
require dirname(__DIR__) . '/vendor/autoload.php';
define('PROJECT_BASE_PATH', __DIR__ . '/..');
define('TEST_BASE_PATH', __DIR__);
define('TEST_FIXTURE_PATH', __DIR__ . DIRECTORY_SEPARATOR . 'fixtures');