platform/api/symfony/Component/HttpKernel/Tests/Attribute/WithLogLevelTest.yaml
2024-09-02 10:44:11 -07:00

27 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: []