Skip to content

Commit

Permalink
Fix TypesFunctionalTest not running
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Feb 5, 2024
1 parent 7ce4fb2 commit e41cfd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Doctrine\DBAL\Connection;
use Doctrine\ORM\Tools\SchemaTool;

class TypesFunctionalTestCase extends AbstractFunctionalTestCase
class TypesFunctionalTest extends AbstractFunctionalTestCase
{
public function testCreateSchema(): Connection
{
Expand Down

0 comments on commit e41cfd9

Please sign in to comment.