platform/api/symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/RouterCacheWarmerTest.yaml

44 lines
1.2 KiB
YAML
Raw Normal View History

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