Skip to content

Commit 5477b77

Browse files
committed
test: add missing property in MockConnection
1 parent f9deac2 commit 5477b77

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

system/Test/Mock/MockConnection.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
class MockConnection extends BaseConnection
2020
{
2121
protected $returnValues = [];
22+
23+
/**
24+
* Database schema for Postgre and SQLSRV
25+
*
26+
* @var string
27+
*/
28+
protected $schema;
29+
2230
public $database;
2331
public $lastQuery;
2432

0 commit comments

Comments
 (0)