8000 improve test · symfony/symfony@a4cd329 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4cd329

Browse files
committed
improve test
1 parent c529cf9 commit a4cd329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Doctrine/Tests/Types/DatePointTypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ public static function setUpBeforeClass(): void
3838

3939
protected function setUp(): void
4040
{
41-
$this->type = Type::getType(DatePointType::NAME);
4241
if (!class_exists(DatePoint::class)) {
4342
self::markTestSkipped('The DatePoint class is not available.');
4443
}
44+
$this->type = Type::getType(DatePointType::NAME);
4545
}
4646

4747
public function testDatePointConvertsToDatabaseValue()

0 commit comments

Comments
 (0)
0