Skip to content

Commit 27ac584

Browse files
committed
Fixes namespace error
Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent 04987c9 commit 27ac584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/Driver/Mysqli/ConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use Laminas\Db\Adapter\Mysql\Driver\Mysqli\Connection;
88
use Laminas\Db\Adapter\Mysql\Driver\Mysqli\Mysqli;
9-
use Laminas\Db\Adapter\Exception\RuntimeException;
9+
use Laminas\Db\Exception\RuntimeException;
1010
use Override;
1111
use PHPUnit\Framework\Attributes\CoversMethod;
1212
use PHPUnit\Framework\Attributes\RequiresPhpExtension;

0 commit comments

Comments
 (0)