diff --git a/templates/justfile.twig b/templates/justfile.twig index 3a1ce6f..14df022 100644 --- a/templates/justfile.twig +++ b/templates/justfile.twig @@ -6,6 +6,11 @@ default: {% if "php" is same as language %} composer *args: {{ "just _exec php composer {{ args }}" | raw }} + +alias phpunit := test + +test *args: + {{ "just _run phpunit {{ args }}" | raw }} {% endif %} {% if "drupal-project" is same as type %}