8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ffb97 commit 076c2b6Copy full SHA for 076c2b6
src/Symfony/Bridge/Doctrine/Tests/Types/DatePointTypeTest.php
@@ -38,10 +38,10 @@ public static function setUpBeforeClass(): void
38
39
protected function setUp(): void
40
{
41
- $this->type = Type::getType(DatePointType::NAME);
42
if (!class_exists(DatePoint::class)) {
43
self::markTestSkipped('The DatePoint class is not available.');
44
}
+ $this->type = Type::getType(DatePointType::NAME);
45
46
47
public function testDatePointConvertsToDatabaseValue()
0 commit comments