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
@@ -58,7 +58,7 @@ class DenormalizeTest extends NormalizerTestBase {
$this->fail('Exception should be thrown when type is invalid.');
}
catch (UnexpectedValueException $e) {
$this->pass('Exception thrown when type is invalid.');
// Expected exception; just continue testing.
}
// No type.
@@ -70,7 +70,7 @@ class DenormalizeTest extends NormalizerTestBase {
$this->fail('Exception should be thrown when no type is provided.');
}
catch (UnexpectedValueException $e) {
$this->pass('Exception thrown when no type is provided.');
// Expected exception; just continue testing.
}
}