28 lines
652 B
YAML
28 lines
652 B
YAML
|
name: WithLogLevelTest
|
||
|
class_comment: '# * @author Dejan Angelov <angelovdejan@protonmail.com>'
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: LogLevel
|
||
|
type: class
|
||
|
source: Psr\Log\LogLevel
|
||
|
- name: WithLogLevel
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpKernel\Attribute\WithLogLevel
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testWithValidLogLevel
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testWithInvalidLogLevel
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Psr\Log\LogLevel
|
||
|
- Symfony\Component\HttpKernel\Attribute\WithLogLevel
|
||
|
interfaces: []
|