Added a lot of PHP packages for the defunct volkszaehler ebuild
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
require_once 'Fedora/Autoloader/autoload.php';
|
||||
|
||||
\Fedora\Autoloader\Dependencies::required([
|
||||
__DIR__ . '/../tests/_fixture/SnapshotFunctions.php',
|
||||
'tests/autoload.php',
|
||||
'/usr/share/php/SebastianBergmann/ObjectReflector/autoload.php'
|
||||
]);
|
||||
Reference in New Issue
Block a user