Skip to content
This repository was archived by the owner on Aug 13, 2023. It is now read-only.

Commit 588338e

Browse files
committed
test patch
1 parent d13e7f3 commit 588338e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Tests/QueryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public function testJoin()
268268
->on('deimos.deptOldId', 'deptOld.id');
269269

270270
$this->assertRegExp(
271-
'~SELECT.*\s+FROM\s+(\w+)\sAS\s(?<alias>\w+)\s+(LEFT|RIGHT|INNER)?\s+JOIN\s+(\w+)\s+AS\s+(?<key>\w+)\s+ON\s+(\k<alias>).*=\s+(\k<key>).*~',
271+
'~SELECT.*\s+FROM\s+(\w+)\sAS\s(?<alias>\w+)\s+(LEFT|RIGHT|INNER)?\s+JOIN\s+(\w+)\s+AS\s+(?<key>\w+)\s+ON\s+\(?(\k<alias>).*=\s+(\k<key>).*~',
272272
$this->splitQuotes($str)
273273
);
274274
}

0 commit comments

Comments
 (0)