47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
name: ServicesResetterTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: ServicesResetter
|
|
type: class
|
|
source: Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
|
|
- name: ClearableService
|
|
type: class
|
|
source: Symfony\Component\HttpKernel\Tests\Fixtures\ClearableService
|
|
- name: LazyResettableService
|
|
type: class
|
|
source: Symfony\Component\HttpKernel\Tests\Fixtures\LazyResettableService
|
|
- name: MultiResettableService
|
|
type: class
|
|
source: Symfony\Component\HttpKernel\Tests\Fixtures\MultiResettableService
|
|
- name: ResettableService
|
|
type: class
|
|
source: Symfony\Component\HttpKernel\Tests\Fixtures\ResettableService
|
|
- name: ProxyHelper
|
|
type: class
|
|
source: Symfony\Component\VarExporter\ProxyHelper
|
|
properties: []
|
|
methods:
|
|
- name: setUp
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: testResetServices
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testResetLazyServices
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
|
|
- Symfony\Component\HttpKernel\Tests\Fixtures\ClearableService
|
|
- Symfony\Component\HttpKernel\Tests\Fixtures\LazyResettableService
|
|
- Symfony\Component\HttpKernel\Tests\Fixtures\MultiResettableService
|
|
- Symfony\Component\HttpKernel\Tests\Fixtures\ResettableService
|
|
- Symfony\Component\VarExporter\ProxyHelper
|
|
interfaces: []
|