public function DebugClassLoaderTest::provideDeprecatedSuper in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/debug/Tests/DebugClassLoaderTest.php \Symfony\Component\Debug\Tests\DebugClassLoaderTest::provideDeprecatedSuper()
File
- vendor/
symfony/ debug/ Tests/ DebugClassLoaderTest.php, line 198
Class
Namespace
Symfony\Component\Debug\TestsCode
public function provideDeprecatedSuper() {
return array(
array(
'DeprecatedInterfaceClass',
'DeprecatedInterface',
'implements',
),
array(
'DeprecatedParentClass',
'DeprecatedClass',
'extends',
),
);
}