platform/api/symfony/Component/HttpKernel/Tests/Attribute/WithLogLevelTest.yaml

28 lines
652 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []