Skip to content

Commit fb5aa13

Browse files
committed
Fixed phpUnit deprecation warning in StatementTest.php
1 parent 3e4de6e commit fb5aa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/StatementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function testParseErrorClickHouse(
3838
$this->assertInstanceOf(Statement::class, $statement);
3939

4040
$this->expectException(DatabaseException::class);
41-
$this->expectDeprecationMessage($exceptionMessage);
41+
$this->expectExceptionMessage($exceptionMessage);
4242
$this->expectExceptionCode($exceptionCode);
4343

4444
$statement->error();

0 commit comments

Comments
 (0)