dev-php/webmozart-assert: New package for an unbundled phpunit

Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
Brian Evans
2017-03-09 10:14:06 -05:00
parent e7dfc0ad5f
commit 06c5bda11e
4 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
/* Autoloader for dev-php/webmozart-assert */
if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
}
Fedora\Autoloader\Autoload::addPsr4('Webmozart\\Assert\\', __DIR__);