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

31 lines
780 B
YAML

name: Psr6CacheClearerTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: CacheItemPoolInterface
type: class
source: Psr\Cache\CacheItemPoolInterface
- name: Psr6CacheClearer
type: class
source: Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
properties: []
methods:
- name: testClearPoolsInjectedInConstructor
visibility: public
parameters: []
comment: null
- name: testClearPool
visibility: public
parameters: []
comment: null
- name: testClearPoolThrowsExceptionOnUnreferencedPool
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Psr\Cache\CacheItemPoolInterface
- Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
interfaces: []