4 lines
153 B
PHP
4 lines
153 B
PHP
<?php
|
|
require 'defuse-crypto.phar';
|
|
require realpath(dirname(__FILE__) . '/../vendor/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php');
|
|
?>
|