File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
3
- <serializer xmlns =" http://symfony.com/schema/dic/serializer"
3
+ <serializer xmlns =" http://symfony.com/schema/dic/serializer-mapping "
4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi : schemaLocation =" http://symfony.com/schema/dic/serializer http://symfony.com/schema/dic/constraint -mapping/serializer-1.0.xsd" >
5
+ xsi : schemaLocation =" http://symfony.com/schema/dic/serializer-mapping http://symfony.com/schema/dic/serializer -mapping/serializer-mapping -1.0.xsd" >
6
6
7
7
<class name =" Symfony\Component\Serializer\Tests\Fixtures\GroupDummy" >
8
8
<attribute name =" foo" >
9
- <group name = " group1" / >
10
- <group name = " group2" / >
9
+ <group > group1</ group >
10
+ <group > group2</ group >
11
11
</attribute >
12
12
13
13
<attribute name =" bar" >
14
- <group name = " group2" / >
14
+ <group > group2</ group >
15
15
</attribute >
16
16
</class >
17
17
File renamed without changes.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class XmlFileLoaderTest extends \PHPUnit_Framework_TestCase
25
25
26
26
public function setUp ()
27
27
{
28
- $ this ->loader = new XmlFileLoader (__DIR__ .'/../../Fixtures/serializer .xml ' );
28
+ $ this ->loader = new XmlFileLoader (__DIR__ .'/../../Fixtures/serialization .xml ' );
29
29
$ this ->metadata = new ClassMetadata ('Symfony\Component\Serializer\Tests\Fixtures\GroupDummy ' );
30
30
}
31
31
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class YamlFileLoaderTest extends \PHPUnit_Framework_TestCase
25
25
26
26
public function setUp ()
27
27
{
28
- $ this ->loader = new YamlFileLoader (__DIR__ .'/../../Fixtures/serializer .yml ' );
28
+ $ this ->loader = new YamlFileLoader (__DIR__ .'/../../Fixtures/serialization .yml ' );
29
29
$ this ->metadata = new ClassMetadata ('Symfony\Component\Serializer\Tests\Fixtures\GroupDummy ' );
30
30
}
31
31
You can’t perform that action at this time.
0 commit comments