Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal Development Environment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Composer
plugin
Drupal Development Environment
Commits
790e21f9
Commit
790e21f9
authored
3 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
#3
Add support for module...
#3
Add support for module specific tests in contrib instead of custom
parent
aa56f906
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ahoy.test.yml
+10
-1
10 additions, 1 deletion
ahoy.test.yml
with
10 additions
and
1 deletion
ahoy.test.yml
+
10
−
1
View file @
790e21f9
...
...
@@ -16,8 +16,17 @@ commands:
cmd
:
ahoy d4d exec vendor/bin/phpunit --configuration /var/www/html/tests/phpunit.xml.dist "$@"
usage
:
PHP unit tests
phpunitgroup
:
cmd
:
ahoy d4d exec vendor/bin/phpunit --configuration /var/www/html/tests/phpunit.xml.dist --group="$@"
cmd
:
|
group=$1
shift
ahoy d4d exec vendor/bin/phpunit --configuration /var/www/html/tests/phpunit.xml.dist --group="$group" $@
usage
:
PHP unit tests by group
phpunitmodule
:
cmd
:
|
module=$1
shift
ahoy d4d exec vendor/bin/phpunit --configuration /var/www/html/tests/phpunit.xml.dist web/modules/contrib/$module $@
usage
:
PHP unit tests by module
phpunit:list:suites
:
cmd
:
ahoy d4d exec vendor/bin/phpunit --configuration /var/www/html/tests/phpunit.xml.dist --list-suites "$@"
usage
:
List available test suites of PHP unit tests
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment