Skip to content

Commit 9efeddd

Browse files
committed
wip
1 parent b3c0e4e commit 9efeddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Database/Live/PingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function testPingAfterReconnect(): void
6060
public function testPingCanBeUsedToCheckConnectionBeforeQuery(): void
6161
{
6262
if ($this->db->ping()) {
63-
$sql = $this->db->DBDriver === 'OCI8' ? 'SELECT 1 FROM DUAL' : 'SELECT 1';
63+
$sql = $this->db->DBDriver === 'OCI8' ? 'SELECT 1 FROM DUAL' : 'SELECT 1';
6464
$result = $this->db->query($sql);
6565
$this->assertNotFalse($result);
6666
} else {

0 commit comments

Comments
 (0)