[php-horde-Horde-Mime/f20] set xdebug.max_nesting_level=1000 for tests

Remi Collet remi at fedoraproject.org
Tue Nov 25 08:12:58 UTC 2014


commit a74f764c30adaca4f0ff5c06eb5a6ca3503fd0e1
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Nov 25 09:12:51 2014 +0100

    set xdebug.max_nesting_level=1000 for tests

 php-horde-Horde-Mime.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/php-horde-Horde-Mime.spec b/php-horde-Horde-Mime.spec
index d6999d2..f96d9a6 100644
--- a/php-horde-Horde-Mime.spec
+++ b/php-horde-Horde-Mime.spec
@@ -129,7 +129,7 @@ done | tee ../%{pear_name}.lang
 %check
 %if %{with_tests}
 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit .
+phpunit -d xdebug.max_nesting_level=1000 .
 %else
 : Test disabled, missing '--with tests' option.
 %endif


More information about the scm-commits mailing list