File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
src/Symfony/Component/Routing Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ class Route
34
34
private $ locale ;
35
35
private $ format ;
36
36
private $ fragment ;
37
+ private $ utf8 ;
37
38
38
39
/**
39
40
* @param array $data An array of key/value parameters
Original file line number Diff line number Diff line change 17
17
use Symfony \Component \Routing \Loader \PhpFileLoader ;
18
18
use Symfony \Component \Routing \Route ;
19
19
use Symfony \Component \Routing \RouteCollection ;
20
- use Symfony \Component \Routing \Tests \Fixtures \CustomRouteCompiler ;
21
20
22
21
class PhpFileLoaderTest extends TestCase
23
22
{
Original file line number Diff line number Diff line change 17
17
use Symfony \Component \Routing \Loader \XmlFileLoader ;
18
18
use Symfony \Component \Routing \Route ;
19
19
use Symfony \Component \Routing \RouteCollection ;
20
- use Symfony \Component \Routing \Tests \Fixtures \CustomRouteCompiler ;
21
20
use Symfony \Component \Routing \Tests \Fixtures \CustomXmlFileLoader ;
22
21
23
22
class XmlFileLoaderTest extends TestCase
You can’t perform that action at this time.
0 commit comments