diff --git a/tests/Integration/EnvironmentAwareIntegrationTest.php b/tests/Integration/EnvironmentAwareIntegrationTest.php index 9ecacd60..199e75eb 100644 --- a/tests/Integration/EnvironmentAwareIntegrationTest.php +++ b/tests/Integration/EnvironmentAwareIntegrationTest.php @@ -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;