File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
tests/unit/PHPUnit/Listener Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "ext-pcntl" : " *" ,
16- "phpunit/phpunit" : " ^7.0||^8.0||^9.0||^10.0"
16+ "phpunit/phpunit" : " ^7.0||^8.0||^9.0||^10.0||^11.0 "
1717 },
1818 "autoload" : {
1919 "psr-4" : {
Original file line number Diff line number Diff line change 22namespace Esler \PHPUnit \Listener ;
33
44use PHPUnit \Framework \TestCase ;
5+ use PHPUnit \Framework \Attributes \Before ;
56
67/**
78 * Fake test suite with some long tests. It servers like demonstration
@@ -18,6 +19,7 @@ class GracefulInterruptListenerTest extends TestCase
1819 /**
1920 * @before
2021 */
22+ #[Before]
2123 protected function disableNestingProtection () {
2224 // disable nesting protection for ackermann function
2325 ini_set ('xdebug.max_nesting_level ' , -1 );
You can’t perform that action at this time.
0 commit comments