Skip to content

Commit

Permalink
PHPunit use xml config
Browse files Browse the repository at this point in the history
  • Loading branch information
mp3000mp committed Oct 31, 2020
1 parent 6884295 commit 4125420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -13,7 +13,7 @@
},
"autoload-dev": {
"psr-4": {
"Mp3000mp\\TOSBundle\\Tests\\": "tests/"
"Mp3000mp\\TOSBundle\\Tests\\": "Tests/"
}
},
"keywords": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"cs": "php-cs-fixer fix --dry-run --allow-risky=yes --config=./.php_cs.dist",
"csf": "php-cs-fixer fix --allow-risky=yes --config=./.php_cs.dist",
"ps": "phpstan analyse -c phpstan.neon",
"tu": "phpunit --no-coverage --testdox ./tests/",
"tuc": "phpunit --testdox ./tests/"
"tu": "phpunit --no-coverage --testdox",
"tuc": "phpunit --testdox"
}
}

0 comments on commit 4125420

Please sign in to comment.