Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jfelder committed Jan 11, 2024
1 parent 1d5aa23 commit 4b1aedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/OracleDBConnectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function testOracleConnectCallsCreateConnectionWithProperArguments($dsn,
$this->assertSame($result, $connection);
}

public function oracleConnectProvider()
public static function oracleConnectProvider()
{
return [
[
Expand Down

0 comments on commit 4b1aedb

Please sign in to comment.