88 lines
1.8 KiB
YAML
88 lines
1.8 KiB
YAML
|
name: StopwatchTest
|
||
|
class_comment: '# * StopwatchTest.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @author Fabien Potencier <fabien@symfony.com>
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @group time-sensitive'
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: Section
|
||
|
type: class
|
||
|
source: Symfony\Component\Stopwatch\Section
|
||
|
- name: Stopwatch
|
||
|
type: class
|
||
|
source: Symfony\Component\Stopwatch\Stopwatch
|
||
|
- name: StopwatchEvent
|
||
|
type: class
|
||
|
source: Symfony\Component\Stopwatch\StopwatchEvent
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testStart
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testStartWithoutCategory
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testIsStarted
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testIsNotStarted
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testIsNotStartedEvent
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testStop
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testUnknownEvent
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testStopWithoutStart
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testMorePrecision
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSection
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testReopenASection
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testLap
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testReopenANewSectionShouldThrowAnException
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testReset
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Stopwatch\Section
|
||
|
- Symfony\Component\Stopwatch\Stopwatch
|
||
|
- Symfony\Component\Stopwatch\StopwatchEvent
|
||
|
interfaces: []
|