diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-06-24 14:22:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-24 14:22:47 +0200 |
commit | 9f8c43e222feb88f18597e42ab0512fda483d46d (patch) | |
tree | 6b2a4ad27428497713eef68ce57d4b58f18507cc /app/config/routing_dev.yml | |
parent | fb5c17a9ab5e10b1de9caa50e73638fdae19cb78 (diff) | |
parent | fdc90ceb172bb7b237e34a1a01f53018c09f514b (diff) | |
download | wallabag-9f8c43e222feb88f18597e42ab0512fda483d46d.tar.gz wallabag-9f8c43e222feb88f18597e42ab0512fda483d46d.tar.zst wallabag-9f8c43e222feb88f18597e42ab0512fda483d46d.zip |
Merge pull request #2172 from wallabag/more-tests
Change the way to login user in tests
Diffstat (limited to 'app/config/routing_dev.yml')
-rw-r--r-- | app/config/routing_dev.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/config/routing_dev.yml b/app/config/routing_dev.yml index 404f6a3b..95c1b026 100644 --- a/app/config/routing_dev.yml +++ b/app/config/routing_dev.yml | |||
@@ -1,14 +1,14 @@ | |||
1 | _wdt: | 1 | _wdt: |
2 | resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml" | 2 | resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml" |
3 | prefix: /_wdt | 3 | prefix: /_wdt |
4 | 4 | ||
5 | _profiler: | 5 | _profiler: |
6 | resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml" | 6 | resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml" |
7 | prefix: /_profiler | 7 | prefix: /_profiler |
8 | 8 | ||
9 | _errors: | 9 | _errors: |
10 | resource: "@TwigBundle/Resources/config/routing/errors.xml" | 10 | resource: "@TwigBundle/Resources/config/routing/errors.xml" |
11 | prefix: /_error | 11 | prefix: /_error |
12 | 12 | ||
13 | _main: | 13 | _main: |
14 | resource: routing.yml | 14 | resource: routing.yml |