X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Frouting%2FTests%2FFixtures%2Flegacy_validpattern.yml;fp=vendor%2Fsymfony%2Frouting%2FTests%2FFixtures%2Flegacy_validpattern.yml;h=0000000000000000000000000000000000000000;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=ada65f0568da12414bb51a6659421f38dbf64aff;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/symfony/routing/Tests/Fixtures/legacy_validpattern.yml b/vendor/symfony/routing/Tests/Fixtures/legacy_validpattern.yml deleted file mode 100644 index ada65f056..000000000 --- a/vendor/symfony/routing/Tests/Fixtures/legacy_validpattern.yml +++ /dev/null @@ -1,8 +0,0 @@ -blog_show_legacy: - pattern: /blog/{slug} - defaults: { _controller: "MyBundle:Blog:show" } - host: "{locale}.example.com" - requirements: { '_method': 'GET|POST|put|OpTiOnS', _scheme: https, 'locale': '\w+' } - condition: 'context.getMethod() == "GET"' - options: - compiler_class: RouteCompiler