Skip to content

Commit

Permalink
fix: remove abstract keyword from EnvironmentAwareIntegrationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Jul 11, 2024
1 parent 3bb3c78 commit a5e9f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/EnvironmentAwareIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use Laudis\Neo4j\Common\Uri;
use PHPUnit\Framework\TestCase;

abstract class EnvironmentAwareIntegrationTest extends TestCase
class EnvironmentAwareIntegrationTest extends TestCase
{
protected static Session $session;
protected static Driver $driver;
Expand Down

0 comments on commit a5e9f0e

Please sign in to comment.