platform/api/symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/RouterCacheWarmerTest.yaml
2024-09-02 10:44:11 -07:00

43 lines
1.2 KiB
YAML

name: RouterCacheWarmerTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: RouterCacheWarmer
type: class
source: Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
- name: Container
type: class
source: Symfony\Component\DependencyInjection\Container
- name: WarmableInterface
type: class
source: Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface
- name: RouterInterface
type: class
source: Symfony\Component\Routing\RouterInterface
properties: []
methods:
- name: testWarmUpWithWarmableInterfaceWithBuildDir
visibility: public
parameters: []
comment: null
- name: testWarmUpWithoutWarmableInterfaceWithBuildDir
visibility: public
parameters: []
comment: null
- name: testWarmUpWithWarmableInterfaceWithoutBuildDir
visibility: public
parameters: []
comment: null
- name: testWarmUpWithoutWarmableInterfaceWithoutBuildDir
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
- Symfony\Component\DependencyInjection\Container
- Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface
- Symfony\Component\Routing\RouterInterface
interfaces: []