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 b7b4dc7 commit 289dfa5Copy full SHA for 289dfa5
composer.json
@@ -13,6 +13,6 @@
13
},
14
"scripts": {
15
"test": "vendor/bin/phpunit -c ./vendor/php-ds/tests/phpunit.xml",
16
- "memtest": "USE_ZEND_ALLOC=0 ZEND_DONT_UNLOAD_MODULES=1 valgrind --error-exitcode=1 php vendor/bin/phpunit -c ./vendor/php-ds/tests/phpunit.xml"
+ "memtest": "USE_ZEND_ALLOC=0 ZEND_DONT_UNLOAD_MODULES=1 valgrind --error-exitcode=1 --leak-check=full --track-origins=yes php vendor/bin/phpunit -c ./vendor/php-ds/tests/phpunit.xml"
17
}
18
0 commit comments