70efff5520f4385f6435391c2d9a75ab6bbb562f
[yaffs-website] / vendor / drupal / console-en / translations / test.run.yml
1 description: 'Run Test unit from tests available for application'
2 arguments:
3     test-class: 'Test Class'
4     test-methods: 'Test method(s) to be run'
5     url: 'Test url'
6 messages:
7     missing-dependency: 'Test can''t be executed due a missing dependency'
8     phpunit-pending: 'Logic to execute PHPUnit test is not implemented yet.'
9     starting-test: 'Starting test'
10     test-duration: 'Test duration'
11     test-pass: 'Test passes'
12     test-fail: 'Test fails'
13     test-exception: 'Test exceptions'
14     test-debug: 'Test debugs'
15     url-required: 'URL option is required to run test'
16     test-summary: 'Test Summary'
17     group: Group
18     status: Status
19     file: File
20     method: Method
21     line: Line
22     message: Message
23     invalid-class: 'Testing class "%s" does not exist.'