Skip to content

Commit 66390ad

Browse files
committed
Fix CS
1 parent 9188832 commit 66390ad

8 files changed

+8
-8
lines changed

tests/lib/Validator/ContentTypeValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function testValidateInvalid(): void
8989
public function testValidateThrowsUnexpectedTypeExceptionWithInvalidConstraint(): void
9090
{
9191
$this->expectException(UnexpectedTypeException::class);
92-
$this->expectExceptionMessage('Expected argument of type "Netgen\\Layouts\\Ibexa\\Validator\\Constraint\\ContentType", "Symfony\\Component\\Validator\\Constraints\\NotBlank" given');
92+
$this->expectExceptionMessage('Expected argument of type "Netgen\Layouts\Ibexa\Validator\Constraint\ContentType", "Symfony\Component\Validator\Constraints\NotBlank" given');
9393

9494
$this->constraint = new NotBlank();
9595
$this->assertValid(true, 'value');

tests/lib/Validator/ContentValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function testValidateNull(): void
8080
public function testValidateThrowsUnexpectedTypeExceptionWithInvalidConstraint(): void
8181
{
8282
$this->expectException(UnexpectedTypeException::class);
83-
$this->expectExceptionMessage('Expected argument of type "Netgen\\Layouts\\Ibexa\\Validator\\Constraint\\Content", "Symfony\\Component\\Validator\\Constraints\\NotBlank" given');
83+
$this->expectExceptionMessage('Expected argument of type "Netgen\Layouts\Ibexa\Validator\Constraint\Content", "Symfony\Component\Validator\Constraints\NotBlank" given');
8484

8585
$this->constraint = new NotBlank();
8686
$this->assertValid(true, 'value');

tests/lib/Validator/LocationValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function testValidateNull(): void
9292
public function testValidateThrowsUnexpectedTypeExceptionWithInvalidConstraint(): void
9393
{
9494
$this->expectException(UnexpectedTypeException::class);
95-
$this->expectExceptionMessage('Expected argument of type "Netgen\\Layouts\\Ibexa\\Validator\\Constraint\\Location", "Symfony\\Component\\Validator\\Constraints\\NotBlank" given');
95+
$this->expectExceptionMessage('Expected argument of type "Netgen\Layouts\Ibexa\Validator\Constraint\Location", "Symfony\Component\Validator\Constraints\NotBlank" given');
9696

9797
$this->constraint = new NotBlank();
9898
$this->assertValid(true, 'value');

tests/lib/Validator/ObjectStateValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function testValidateNull(): void
104104
public function testValidateThrowsUnexpectedTypeExceptionWithInvalidConstraint(): void
105105
{
106106
$this->expectException(UnexpectedTypeException::class);
107-
$this->expectExceptionMessage('Expected argument of type "Netgen\\Layouts\\Ibexa\\Validator\\Constraint\\ObjectState", "Symfony\\Component\\Validator\\Constraints\\NotBlank" given');
107+
$this->expectExceptionMessage('Expected argument of type "Netgen\Layouts\Ibexa\Validator\Constraint\ObjectState", "Symfony\Component\Validator\Constraints\NotBlank" given');
108108

109109
$this->constraint = new NotBlank();
110110
$this->assertValid(true, 'value');

tests/lib/Validator/SectionValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function testValidateInvalid(): void
7777
public function testValidateThrowsUnexpectedTypeExceptionWithInvalidConstraint(): void
7878
{
7979
$this->expectException(UnexpectedTypeException::class);
80-
$this->expectExceptionMessage('Expected argument of type "Netgen\\Layouts\\Ibexa\\Validator\\Constraint\\Section", "Symfony\\Component\\Validator\\Constraints\\NotBlank" given');
80+
$this->expectExceptionMessage('Expected argument of type "Netgen\Layouts\Ibexa\Validator\Constraint\Section", "Symfony\Component\Validator\Constraints\NotBlank" given');
8181

8282
$this->constraint = new NotBlank();
8383
$this->assertValid(true, 'value');

tests/lib/Validator/SiteAccessGroupValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testValidate(?string $identifier, bool $isValid): void
3232
public function testValidateThrowsUnexpectedTypeExceptionWithInvalidConstraint(): void
3333
{
3434
$this->expectException(UnexpectedTypeException::class);
35-
$this->expectExceptionMessage('Expected argument of type "Netgen\\Layouts\\Ibexa\\Validator\\Constraint\\SiteAccessGroup", "Symfony\\Component\\Validator\\Constraints\\NotBlank" given');
35+
$this->expectExceptionMessage('Expected argument of type "Netgen\Layouts\Ibexa\Validator\Constraint\SiteAccessGroup", "Symfony\Component\Validator\Constraints\NotBlank" given');
3636

3737
$this->constraint = new NotBlank();
3838
$this->assertValid(true, 'value');

tests/lib/Validator/SiteAccessValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testValidate(?string $identifier, bool $isValid): void
3232
public function testValidateThrowsUnexpectedTypeExceptionWithInvalidConstraint(): void
3333
{
3434
$this->expectException(UnexpectedTypeException::class);
35-
$this->expectExceptionMessage('Expected argument of type "Netgen\\Layouts\\Ibexa\\Validator\\Constraint\\SiteAccess", "Symfony\\Component\\Validator\\Constraints\\NotBlank" given');
35+
$this->expectExceptionMessage('Expected argument of type "Netgen\Layouts\Ibexa\Validator\Constraint\SiteAccess", "Symfony\Component\Validator\Constraints\NotBlank" given');
3636

3737
$this->constraint = new NotBlank();
3838
$this->assertValid(true, 'value');

tests/lib/Validator/TagValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testValidateInvalid(): void
6262
public function testValidateThrowsUnexpectedTypeExceptionWithInvalidConstraint(): void
6363
{
6464
$this->expectException(UnexpectedTypeException::class);
65-
$this->expectExceptionMessage('Expected argument of type "Netgen\\Layouts\\Ibexa\\Validator\\Constraint\\Tag", "Symfony\\Component\\Validator\\Constraints\\NotBlank" given');
65+
$this->expectExceptionMessage('Expected argument of type "Netgen\Layouts\Ibexa\Validator\Constraint\Tag", "Symfony\Component\Validator\Constraints\NotBlank" given');
6666

6767
$this->constraint = new NotBlank();
6868
$this->assertValid(true, 'value');

0 commit comments

Comments
 (0)