Skip to content
Snippets Groups Projects
Verified Commit baa034b2 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

build: fix testing comopser script


Signed-off-by: default avatarBart Jaskulski <bartek.jaskulski@wpdesk.net>
parent cd505fbd
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
"scripts": {
"test:phpstan": "./tools/phpstan --configuration=phpstan.neon.dist --memory-limit=-1 analyze",
"test:phpcs": "./tools/phpcs",
"test:phpunit": "./tools/phpunit --bootstrat=tests/bootstrap.php",
"test:phpunit": "./tools/phpunit --bootstrap tests/bootstrap.php tests",
"test": [
"@test:phpcs",
"@test:phpstan",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment