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 289dfa5 commit 880e204Copy full SHA for 880e204
composer.json
@@ -9,10 +9,10 @@
9
}
10
],
11
"require-dev": {
12
- "php-ds/tests": "dev-master"
+ "php-ds/tests": "^1.1"
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 --leak-check=full --track-origins=yes 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 --tool=memcheck --trace-children=yes --vex-iropt-precise-memory-exns=yes --track-origins=yes php vendor/bin/phpunit -c ./vendor/php-ds/tests/phpunit.xml"
17
18
0 commit comments