34 lines
704 B
YAML
34 lines
704 B
YAML
name: CreatesMatchingTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: Str
|
|
type: class
|
|
source: Illuminate\Support\Str
|
|
- name: InputOption
|
|
type: class
|
|
source: Symfony\Component\Console\Input\InputOption
|
|
properties: []
|
|
methods:
|
|
- name: addTestOptions
|
|
visibility: protected
|
|
parameters: []
|
|
comment: '# * Add the standard command options for generating matching tests.
|
|
|
|
# *
|
|
|
|
# * @return void'
|
|
- name: handleTestCreation
|
|
visibility: protected
|
|
parameters:
|
|
- name: path
|
|
comment: '# * Create the matching test case if requested.
|
|
|
|
# *
|
|
|
|
# * @param string $path
|
|
|
|
# * @return bool'
|
|
traits:
|
|
- Illuminate\Support\Str
|
|
- Symfony\Component\Console\Input\InputOption
|
|
interfaces: []
|