Skip to content

Commit

Permalink
Deactivate functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Richter committed Feb 29, 2024
1 parent 4a7a428 commit 49005f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"scripts": {
"ci": [ "@ci:php", "@ci:tests" ],
"ci:php": [ "@ci:php:stan" ],
"ci:tests": [ "@ci:tests:unit", "@ci:tests:functional" ],
"ci:tests": [ "@ci:tests:unit" ],
"ci:php:stan": [ "phpstan analyse Classes" ],
"ci:tests:functional": [ "phpunit -c config/FunctionalTests.xml" ],
"ci:tests:unit": [ "phpunit -c config/UnitTests.xml" ]
Expand Down

0 comments on commit 49005f1

Please sign in to comment.