Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions OpenClassroomsDoctrineCacheExtensionBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ private function isDebug(ContainerBuilder $container)
return $container->hasParameter('kernel.debug') && $container->getParameter('kernel.debug');
}

public function getParent()
{
return 'DoctrineCacheBundle';
}

/**
* {@inheritdoc}
*/
Expand Down
1 change: 0 additions & 1 deletion Tests/OpenClassroomsDoctrineCacheExtensionBundleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class OpenClassroomsDoctrineCacheExtensionBundleTest extends TestCase
public function getParent()
{
$bundle = new OpenClassroomsDoctrineCacheExtensionBundle();
$this->assertEquals('DoctrineCacheBundle', $bundle->getParent());
$this->assertInstanceOf(OpenClassroomsDoctrineCacheExtensionExtension::class, $bundle->getContainerExtension());
}
}