Skip to content

Commit

Permalink
Forward compatibility with PHPUnit to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Jul 21, 2020
1 parent 0b482cd commit 8abd320
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static function executeDataProvider(): iterable
public function testConvertNonTerminatedLiteral(string $sql, string $message): void
{
$this->expectException(OCI8Exception::class);
$this->expectExceptionMessageRegExp($message);
$this->expectExceptionMessageMatches($message);
OCI8Statement::convertPositionalToNamedPlaceholders($sql);
}

Expand Down

0 comments on commit 8abd320

Please sign in to comment.