platform/api/symfony/Component/HttpKernel/Tests/Config/FileLocatorTest.yaml

24 lines
555 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: FileLocatorTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: FileLocator
type: class
source: Symfony\Component\HttpKernel\Config\FileLocator
- name: KernelInterface
type: class
source: Symfony\Component\HttpKernel\KernelInterface
properties: []
methods:
- name: testLocate
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\HttpKernel\Config\FileLocator
- Symfony\Component\HttpKernel\KernelInterface
interfaces: []