packages: php-facebook-sdk/php-facebook-sdk.spec - tests use assertNotEmpty...

glen glen at pld-linux.org
Wed Jun 1 13:13:53 CEST 2011


Author: glen                         Date: Wed Jun  1 11:13:53 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- tests use assertNotEmpty, so PHPUnit 3.5 needed

---- Files affected:
packages/php-facebook-sdk:
   php-facebook-sdk.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/php-facebook-sdk/php-facebook-sdk.spec
diff -u packages/php-facebook-sdk/php-facebook-sdk.spec:1.6 packages/php-facebook-sdk/php-facebook-sdk.spec:1.7
--- packages/php-facebook-sdk/php-facebook-sdk.spec:1.6	Wed Jun  1 13:12:17 2011
+++ packages/php-facebook-sdk/php-facebook-sdk.spec	Wed Jun  1 13:13:48 2011
@@ -17,7 +17,7 @@
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
 BuildRequires:	rpmbuild(macros) >= 1.461
 %if %{with tests}
-BuildRequires:	php-PHPUnit >= 3.4
+BuildRequires:	php-PHPUnit >= 3.5
 BuildRequires:	php-curl
 BuildRequires:	php-hash
 BuildRequires:	php-json
@@ -45,7 +45,7 @@
 
 %build
 %if %{with tests}
-phpunit --colors --verbose --bootstrap src/facebook.php tests/tests.php
+phpunit --colors --coverage-html coverage --verbose --stderr --bootstrap tests/bootstrap.php tests/tests.php
 %endif
 
 %install
@@ -72,6 +72,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2011/06/01 11:13:48  glen
+- tests use assertNotEmpty, so PHPUnit 3.5 needed
+
 Revision 1.6  2011/06/01 11:12:17  glen
 - up to 3.0.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-facebook-sdk/php-facebook-sdk.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list