for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Testing bootstrap.
*
* @package automattic/jetpack-autoloader
*/
/*
* Load the composer autoloaders.
require_once __DIR__ . '/../../vendor/autoload.php';
require_once __DIR__ . '/../../src/autoload.php';