Skip to content

Commit

Permalink
Update tests/system/Database/Builder/FromTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: kenjis <kenji.uui@gmail.com>
  • Loading branch information
iRedds and kenjis authored Jan 2, 2022
1 parent bb459ec commit 595b8a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/system/Database/Builder/FromTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public function testFromSubquery()
$this->assertSame($expectedSQL, str_replace("\n", ' ', $builder->getCompiledSelect()));

$expectedSQL = 'SELECT * FROM (SELECT "id", "name" FROM "users") AS users_1';

$subquery = (new BaseBuilder('users', $this->db))->select('id, name');
$builder = $this->db->newQuery()->fromSubquery($subquery, 'users_1');

Expand Down

0 comments on commit 595b8a8

Please sign in to comment.