Skip to content

Commit 0eae114

Browse files
Do not set "report_memleaks" which will be deprecated in PHP 8.5
1 parent 3e6c8e2 commit 0eae114

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Runner/PhptTestCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,6 @@ private function settings(bool $collectCoverage): array
791791
'open_basedir=',
792792
'output_buffering=Off',
793793
'output_handler=',
794-
'report_memleaks=0',
795794
'report_zend_debug=0',
796795
];
797796

0 commit comments

Comments
 (0)