We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff30d0 commit d6605c5Copy full SHA for d6605c5
composer.json
@@ -14,7 +14,7 @@
14
"require": {
15
"php": "^7.0",
16
"ext-pcntl": "*",
17
- "phpunit/phpunit": "^7.0"
+ "phpunit/phpunit": "^7.0||^8.0"
18
},
19
"autoload": {
20
"psr-4": {
tests/unit/PHPUnit/Listener/GracefulInterruptListenerTest.php
@@ -16,11 +16,9 @@ class GracefulInterruptListenerTest extends TestCase
{
/**
- * Init before test
- *
21
- * @return void
+ * @before
22
*/
23
- protected function setUp() {
+ protected function disableNestingProtection() {
24
// disable nesting protection for ackermann function
25
ini_set('xdebug.max_nesting_level', -1);
26
}
0 commit comments