]> git.pld-linux.org Git - packages/php-ZendFramework.git/commitdiff
tests require newer phpunit than we have
authorElan Ruusamäe <glen@delfi.ee>
Thu, 29 Oct 2015 21:50:39 +0000 (23:50 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 29 Oct 2015 21:50:39 +0000 (23:50 +0200)
php-ZendFramework.spec

index 3a3c857a2330d3b72a195589a5d28e35db244dda..40ae0fe57fb83cac6bc82bd3796220e0d3ef61ba 100644 (file)
@@ -16,10 +16,13 @@ Source0:    https://packages.zendframework.com/releases/ZendFramework-%{version}/Ze
 # git clone https://github.com/zendframework/zf2.git
 # cd zf2; git checkout release-2.3.9
 # tar czf ../ZendFramework-tests-2.3.9.tgz tests
-#Source1:   ZendFramework-tests-%{version}.tgz
+#Source1:      ZendFramework-tests-%{version}.tgz
 Source2:       autoload.php
 URL:           http://framework.zend.com/
 Requires:      php(core) >= 5.3.23
+%if %{with tests}
+BuildRequires: phpunit >= 4.0.0
+%endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.105215 seconds and 4 git commands to generate.