Skip to content

Commit

Permalink
Fix $db property in test (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Oct 12, 2023
1 parent d786d55 commit b2a3a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Common/AbstractMigrationBuilderTest.php
Expand Up @@ -18,7 +18,7 @@ abstract class AbstractMigrationBuilderTest extends TestCase

protected ContainerInterface $container;
protected MigrationBuilder $builder;
private ConnectionInterface $db;
protected ConnectionInterface $db;
private StubMigrationInformer $informer;

protected function setUp(): void
Expand Down

0 comments on commit b2a3a0f

Please sign in to comment.