mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
5 lines
153 B
PHP
5 lines
153 B
PHP
<?php
|
|
require 'defuse-crypto.phar';
|
|
require realpath(dirname(__FILE__) . '/../vendor/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php');
|
|
?>
|