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

23 lines
555 B
YAML

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