This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/test.run.yml
2018-11-23 12:29:20 +00:00

24 lines
778 B
YAML

description: 'Run Test unit from tests available for application'
arguments:
test-class: 'Test Class'
test-methods: 'Test method(s) to be run'
url: 'Test url'
messages:
missing-dependency: 'Test can''t be executed due a missing dependency'
phpunit-pending: 'Logic to execute PHPUnit test is not implemented yet.'
starting-test: 'Starting test'
test-duration: 'Test duration'
test-pass: 'Test passes'
test-fail: 'Test fails'
test-exception: 'Test exceptions'
test-debug: 'Test debugs'
url-required: 'URL option is required to run test'
test-summary: 'Test Summary'
group: Group
status: Status
file: File
method: Method
line: Line
message: Message
invalid-class: 'Testing class "%s" does not exist.'