Fixed PHPunit errors.

This commit is contained in:
Jan Böhmer 2020-04-15 12:51:12 +02:00
parent 7e39443084
commit 85eafd47aa
2 changed files with 3 additions and 1 deletions

View file

@ -170,7 +170,7 @@ class BaseEntityAdminForm extends AbstractType
'empty_data' => null, 'empty_data' => null,
]); ]);
if ($entity instanceof StructuralEntityType) { if ($entity instanceof AbstractStructuralDBElement) {
$builder->add( $builder->add(
'parameters', 'parameters',
CollectionType::class, CollectionType::class,

View file

@ -54,6 +54,8 @@ class LabelResponse extends Response
} }
$this->ensureIEOverSSLCompatibility($request); $this->ensureIEOverSSLCompatibility($request);
return $this;
} }
/** /**