* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Giuseppe Mazzapica * @license http://opensource.org/licenses/MIT MIT * @package BrainMonkey */ if (function_exists('Patchwork\redefine')) { return; } if (file_exists(dirname(dirname(dirname(__DIR__)))."/antecedent/patchwork/Patchwork.php")) { @require_once dirname(dirname(dirname(__DIR__)))."/antecedent/patchwork/Patchwork.php"; } elseif (file_exists(dirname(__DIR__)."/vendor/antecedent/patchwork/Patchwork.php")) { @require_once dirname(__DIR__)."/vendor/antecedent/patchwork/Patchwork.php"; } if ( ! function_exists('Patchwork\redefine')) { throw new \Brain\Monkey\Exception( 'Brain Monkey was unable to load Patchwork. Please require Patchwork.php by yourself before running tests.' ); }