8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beed426 commit b93ed8dCopy full SHA for b93ed8d
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SerializerTest.php
@@ -11,19 +11,13 @@
11
12
namespace Symfony\Bundle\FrameworkBundle\Tests\Functional;
13
14
-use Symfony\Component\Serializer\Normalizer\DataUriNormalizer;
15
-
16
/**
17
* @author Kévin Dunglas <dunglas@gmail.com>
18
*/
19
class SerializerTest extends WebTestCase
20
{
21
public function testDeserializeArrayOfObject()
22
23
- if (!class_exists(DataUriNormalizer::class)) {
24
- $this->markTestSkipped('This test is only applicable when using the Symfony Serializer Component version 3.1 or superior.');
25
- }
26
27
static::bootKernel(array('test_case' => 'Serializer'));
28
$container = static::$kernel->getContainer();
29
0 commit comments