Skip to content

Commit 2213a8e

Browse files
committed
Increase xdebug max nesting level
1 parent d06bac5 commit 2213a8e

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
],
6666
"unit": [
6767
"@ensure-installed",
68-
"phpunit --colors=always -c phpunit.xml.dist"
68+
"phpunit --colors=always -c phpunit.xml.dist -d xdebug.max_nesting_level=500"
6969
],
7070
"unit-coverage": [
7171
"@ensure-installed",
72-
"phpunit --colors=always -c phpunit.xml.dist --coverage-text --coverage-html covHtml --coverage-clover ./build/logs/clover.xml"
72+
"phpunit --colors=always -c phpunit.xml.dist -d xdebug.max_nesting_level=500 --coverage-text --coverage-html covHtml --coverage-clover ./build/logs/clover.xml"
7373
],
7474
"lint-php": [
7575
"@ensure-installed",

composer.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)