Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 06e0e87

Browse files
committed
Fixed tests
1 parent afa6d38 commit 06e0e87

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

EventListener/AutoRouteListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Doctrine\ODM\PHPCR\DocumentManager;
77
use Symfony\Component\DependencyInjection\ContainerInterface;
88
use Symfony\Cmf\Bundle\RoutingAutoBundle\Document\AutoRoute;
9-
use Symfony\Cmf\Bundle\RoutingAutoBundle\AutoRoute\AutoRouteManager;
109

1110
/**
1211
* Doctrine PHPCR ODM listener for maintaining automatic routes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
22

33
$loader->import(CMF_TEST_CONFIG_DIR.'/default.php');
4+
$loader->import(CMF_TEST_CONFIG_DIR.'/phpcr_odm.php');
45
$loader->import(__DIR__.'/routingautoroute.yml');

0 commit comments

Comments
 (0)