diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-02 06:32:08 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-02 06:32:08 +0200 |
commit | c8602f2806f29779977ea956fa6583f234eb2e7e (patch) | |
tree | 176af3fe7ec0b415bc029b4686a2557585142032 | |
parent | 1ba6edb820e0bd0c1f1495c076d7569a790c92cc (diff) |
php-horde-Horde-Mime: xdebug tunning
-rw-r--r-- | 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 f9d6cc2..904be13 100644 --- a/php-horde-Horde-Mime.spec +++ b/php-horde-Horde-Mime.spec @@ -135,7 +135,7 @@ cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) rm MdnTest.php %endif -%{_bindir}/phpunit . +%{_bindir}/phpunit -d xdebug.max_nesting_level=1000 . if which php70; then php70 %{_bindir}/phpunit . |