Skip to content

Commit b85ce24

Browse files
committed
fix tests
1 parent 2e05f73 commit b85ce24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterDatePointTypePassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Bridge\Doctrine\Types\DatePointType;
1717
use Symfony\Component\DependencyInjection\ContainerBuilder;
1818

19-
class RegisterDateépomtTypePassTest extends TestCase
19+
class RegisterDatePointTypePassTest extends TestCase
2020
{
2121
public function testRegistered()
2222
{

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public function testDatePointConvertsToDatabaseValue()
5656
}
5757

5858
public function testDatePointConvertsToPHPValue()
59+
{
5960

6061
$datePoint = new DatePoint();
6162
$actual = $this->type->convertToPHPValue($datePoint, new SqlitePlatform());

0 commit comments

Comments
 (0)