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 b582382 commit 748feeeCopy full SHA for 748feee
.gitignore
@@ -1,5 +1,6 @@
1
vendor
2
node_modules
3
+coverage
4
5
*.old
6
*.old/*
package.json
@@ -8,6 +8,7 @@
8
},
9
"scripts": {
10
"test": "composer exec -v \"phpunit --bootstrap test/bootstrap.php test\"",
11
+ "test:cover": "phpdbg -qrr vendor/phpunit/phpunit/phpunit --bootstrap test/bootstrap.php --coverage-html coverage --whitelist src test",
12
"test:performance": "composer exec -v \"phpunit --bootstrap test/bootstrap.php test/Performance/DBQueryCount.php\"",
13
"posttest": "php test/cleanup.php",
14
"release": "node scripts/release.js",
0 commit comments