From 21be8b9fa9616eabfaf7846acde9f6950ebc73e3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Jul 2016 18:59:04 +0200 Subject: php-aura-di: provide abstract test class --- php-aura-di.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/php-aura-di.spec b/php-aura-di.spec index 26ef1ef..1e02d40 100644 --- a/php-aura-di.spec +++ b/php-aura-di.spec @@ -63,9 +63,14 @@ with the following features: Autoloader: %{php_home}/%{ns_owner}/%{ns_project}/autoload.php + %prep %setup -q -n %{gh_project}-%{gh_commit} +# Uggly hack, need by this package and others +# Only usable in phpunit environment +mv tests/_Config src/_Config + %build : Generate a classmap autoloader -- cgit