Skip to content

Commit

Permalink
Closes #3546 PHPUnit tests cannot be run locally using lando (#3547)
Browse files Browse the repository at this point in the history
  • Loading branch information
bberndt-uaz authored and joeparsons committed Jul 22, 2024
1 parent ac2d154 commit c91a006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ tooling:
# Provide phpunit tooling to run unit tests.
phpunit:
service: appserver
cmd: /app/vendor/bin/phpunit --configuration web/profiles/custom/az_quickstart/phpunit.xml.dist --bootstrap web/core/tests/bootstrap.php web/profiles/custom/az_quickstart
cmd: /app/vendor/bin/phpunit --configuration /app/web/profiles/custom/az_quickstart/phpunit.xml.dist --bootstrap /app/web/core/tests/bootstrap.php /app/web/profiles/custom/az_quickstart
phpunit-fastest:
service: appserver
cmd: find web/profiles/custom/az_quickstart/ -name "*Test.php" | /app/vendor/bin/fastest -vvv "/app/vendor/bin/phpunit {} --configuration web/profiles/custom/az_quickstart/phpunit.xml.dist --bootstrap web/core/tests/bootstrap.php web/profiles/custom/az_quickstart;"
cmd: find web/profiles/custom/az_quickstart/ -name "*Test.php" | /app/vendor/bin/fastest -vvv "/app/vendor/bin/phpunit {} --configuration /app/web/profiles/custom/az_quickstart/phpunit.xml.dist --bootstrap /app/web/core/tests/bootstrap.php /app/web/profiles/custom/az_quickstart;"
# Provide phpstan tooling to check for code quality and deprecated code.
phpstan:
service: appserver
Expand Down

0 comments on commit c91a006

Please sign in to comment.