diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-01 18:59:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-01 18:59:04 +0200 |
commit | 21be8b9fa9616eabfaf7846acde9f6950ebc73e3 (patch) | |
tree | b0807935635bb622660a6d23c10edde42595d211 /php-aura-di.spec | |
parent | 11d0dfefc9c7e7d23ef5d13e9f55b06967e41ef8 (diff) |
php-aura-di: provide abstract test class
Diffstat (limited to 'php-aura-di.spec')
-rw-r--r-- | php-aura-di.spec | 5 |
1 files changed, 5 insertions, 0 deletions
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 |