Skip to content

Commit a5e9f0e

Browse files
committed
fix: remove abstract keyword from EnvironmentAwareIntegrationTest
1 parent 3bb3c78 commit a5e9f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/EnvironmentAwareIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
use Laudis\Neo4j\Common\Uri;
2121
use PHPUnit\Framework\TestCase;
2222

23-
abstract class EnvironmentAwareIntegrationTest extends TestCase
23+
class EnvironmentAwareIntegrationTest extends TestCase
2424
{
2525
protected static Session $session;
2626
protected static Driver $driver;

0 commit comments

Comments
 (0)