Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / test.debug.yml
1 description: 'List Test Units available for the application.'
2 help: 'Update the console command to the latest version.'
3 arguments:
4     test-class: 'Test Class'
5 options:
6     group: Group
7 messages:
8     class: 'Test Class'
9     description: Description
10     group: Group
11     type: 'Test Type'
12     success: 'The console has been updated to the latest version.'
13     missing-dependency: 'Missing dependency'
14     methods: 'Test methods'
15     not-found: 'Debug wasn''t found, try enclosure test id between double quotes.'
16     success-groups: 'All testing groups were listed sucessfully, use the group argument to filter Test unit by group i.e $ drupal test:debug Url'
17     success-group: 'All test units for group "%s" were listed sucessfully'