We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9880d commit db5e853Copy full SHA for db5e853
Tests/Form/EnumTypeGuesserTest.php
@@ -106,7 +106,7 @@ public function testNullResultWhenIsNotChildOfAbstractEnumType()
106
->getMock();
107
$registeredTypes = [
108
'NotAChildType' => [
109
- 'class' => NotAChildType::class,
+ 'class' => '\Fresh\DoctrineEnumBundle\Tests\Fixtures\DBAL\Types\NotAChildType',
110
]
111
];
112
@@ -139,7 +139,7 @@ public function testSuccessfulTypeGuessing()
139
140
141
'BasketballPositionType' => [
142
- 'class' => BasketballPositionType::class,
+ 'class' => '\Fresh\DoctrineEnumBundle\Tests\Fixtures\DBAL\Types\BasketballPositionType',
143
144
145
0 commit comments