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

Commit 60e786e

Browse files
committed
Fixes after directory structure changes
1 parent 56aa864 commit 60e786e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Resources/app/config/app_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ cmf_routing_auto:
1919
route_basepath: /test/auto-route
2020
mapping:
2121
resources:
22-
- '@CmfRoutingAutoBundle/Tests/Resources/app/config/routing_auto.yml'
22+
- '%kernel.root_dir%/config/routing_auto.yml'

tests/Unit/DependencyInjection/XmlSchemaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ public function testSchema()
2626
'config3.xml',
2727
));
2828

29-
$this->assertSchemaAcceptsXml($xmlFiles, __DIR__.'/../../../Resources/config/schema/routing-auto-1.0.xsd');
29+
$this->assertSchemaAcceptsXml($xmlFiles, __DIR__.'/../../../src/Resources/config/schema/routing-auto-1.0.xsd');
3030
}
3131
}

0 commit comments

Comments
 (0)