Skip to content

Commit 9d58401

Browse files
committed
lint
1 parent e393bd0 commit 9d58401

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Cache/PropertyResolver/AssociationResolverTestCase.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ public function testExceptionIsThrownOnUnreadableAssocationTarget(
220220
->with('fooProperty')
221221
->willReturn($isAssociationInverseSide);
222222

223-
224223
if ($isGetAssociationMappedByTargetFieldCalled) {
225224
$classMetadata->expects(self::once())
226225
->method('getAssociationMappedByTargetField')
@@ -254,7 +253,7 @@ classMetadata: $classMetadata,
254253
);
255254

256255
$this->expectException(PropertyNotAccessibleException::class);
257-
$this->expectExceptionMessage("Unable to create a getter for property \"BarEntity::barProperty\".");
256+
$this->expectExceptionMessage('Unable to create a getter for property "BarEntity::barProperty".');
258257

259258
[...$purgeSubscription];
260259
}

0 commit comments

Comments
 (0)