Version 1
[yaffs-website] / vendor / drupal / console-en / translations / test.debug.yml
diff --git a/vendor/drupal/console-en/translations/test.debug.yml b/vendor/drupal/console-en/translations/test.debug.yml
new file mode 100644 (file)
index 0000000..e11f135
--- /dev/null
@@ -0,0 +1,17 @@
+description: 'List Test Units available for the application.'
+help: 'Update the console command to the latest version.'
+arguments:
+    test-class: 'Test Class'
+options:
+    group: Group
+messages:
+    class: 'Test Class'
+    description: Description
+    group: Group
+    type: 'Test Type'
+    success: 'The console has been updated to the latest version.'
+    missing-dependency: 'Missing dependency'
+    methods: 'Test methods'
+    not-found: 'Debug wasn''t found, try enclosure test id between double quotes.'
+    success-groups: 'All testing groups were listed sucessfully, use the group argument to filter Test unit by group i.e $ drupal test:debug Url'
+    success-group: 'All test units for group "%s" were listed sucessfully'