8000 [FrameworkBundle][Serializer] Remove outdated condition · alexpott/symfony@b93ed8d · GitHub
[go: up one dir, main page]

Skip to content

Commit b93ed8d

Browse files
committed
[FrameworkBundle][Serializer] Remove outdated condition
1 parent beed426 commit b93ed8d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SerializerTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,13 @@
1111

1212
namespace Symfony\Bundle\FrameworkBundle\Tests\Functional;
1313

14-
use Symfony\Component\Serializer\Normalizer\DataUriNormalizer;
15-
1614
/**
1715
* @author Kévin Dunglas <dunglas@gmail.com>
1816
*/
1917
class SerializerTest extends WebTestCase
2018
{
2119
public function testDeserializeArrayOfObject()
2220
{
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-
2721
static::bootKernel(array('test_case' => 'Serializer'));
2822
$container = static::$kernel->getContainer();
2923

0 commit comments

Comments
 (0)
0