name: CacheWarmerAggregateTest
class_comment: null
dependencies:
- name: TestCase
  type: class
  source: PHPUnit\Framework\TestCase
- name: SymfonyStyle
  type: class
  source: Symfony\Component\Console\Style\SymfonyStyle
- name: CacheWarmerAggregate
  type: class
  source: Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
- name: CacheWarmerInterface
  type: class
  source: Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface
properties: []
methods:
- name: testInjectWarmersUsingConstructor
  visibility: public
  parameters: []
  comment: null
- name: testWarmupDoesCallWarmupOnOptionalWarmersWhenEnableOptionalWarmersIsEnabled
  visibility: public
  parameters: []
  comment: null
- name: testWarmupDoesNotCallWarmupOnOptionalWarmersWhenEnableOptionalWarmersIsNotEnabled
  visibility: public
  parameters: []
  comment: null
- name: testWarmupReturnsFilesOrClasses
  visibility: public
  parameters: []
  comment: null
- name: testWarmupChecksInvalidFiles
  visibility: public
  parameters: []
  comment: null
- name: testWarmupPassBuildDir
  visibility: public
  parameters: []
  comment: null
- name: testWarmupOnOptionalWarmerPassBuildDir
  visibility: public
  parameters: []
  comment: null
- name: testWarmupWhenDebugDisplaysWarmupDuration
  visibility: public
  parameters: []
  comment: null
- name: testWarmupWhenNotDebugDoesntDisplayWarmupDuration
  visibility: public
  parameters: []
  comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Console\Style\SymfonyStyle
- Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
- Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface
interfaces: []