Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a4cd329

Browse filesBrowse files
committed
improve test
1 parent c529cf9 commit a4cd329
Copy full SHA for a4cd329

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Types/DatePointTypeTest.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.