update drupal

This commit is contained in:
Tessier
2020-10-15 11:59:37 +02:00
parent ebb5db14b5
commit d8b9162932
558 changed files with 5954 additions and 4475 deletions
@@ -7,7 +7,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
/**
* Adds services tagged 'normalizer' and 'encoder' to the Serializer.
* Adds services tagged 'entity_resolver' to the Serializer.
*/
class RegisterEntityResolversCompilerPass implements CompilerPassInterface {
@@ -48,7 +48,7 @@ class SerializationTest extends KernelTestBase {
$this->fail('The serializer was expected to throw an exception for an unsupported format, but did not.');
}
catch (UnexpectedValueException $e) {
$this->pass('The serializer threw an exception for an unsupported format.');
// Expected exception; just continue testing.
}
}