public function DefinitionDecoratorTest::getPropertyTests in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/dependency-injection/Tests/DefinitionDecoratorTest.php \Symfony\Component\DependencyInjection\Tests\DefinitionDecoratorTest::getPropertyTests()
File
- vendor/
symfony/ dependency-injection/ Tests/ DefinitionDecoratorTest.php, line 42
Class
Namespace
Symfony\Component\DependencyInjection\TestsCode
public function getPropertyTests() {
return array(
array(
'class',
'class',
),
array(
'factory',
'factory',
),
array(
'configurator',
'configurator',
),
array(
'file',
'file',
),
);
}