platform/api/laravel/Testing/ParallelRunner.yaml

38 lines
701 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ParallelRunner
class_comment: null
dependencies:
- name: RunsInParallel
type: class
source: Illuminate\Testing\Concerns\RunsInParallel
- name: RunsInParallel
type: class
source: RunsInParallel
- name: RunsInParallel
type: class
source: RunsInParallel
properties: []
methods:
- name: run
visibility: public
parameters: []
comment: '# * Runs the test suite.
# *
# * @return int'
- name: run
visibility: public
parameters: []
comment: '# * Runs the test suite.
# *
# * @return void'
traits:
- Illuminate\Testing\Concerns\RunsInParallel
- RunsInParallel
- RunsInParallel
interfaces:
- \ParaTest\RunnerInterface
- \ParaTest\Runners\PHPUnit\RunnerInterface