Skip to content

Commit 2e0cd91

Browse files
committed
Joins tests
1 parent dfd5c3c commit 2e0cd91

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/e2e/Adapter/Base.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ public function testJoin()
530530
Query::greaterThan('float', 1.1, 'S'),
531531
]
532532
),
533+
Query::orderDesc('float', 'S'),
533534
]
534535
);
535536

@@ -542,8 +543,8 @@ public function testJoin()
542543
// $this->assertEquals(true, $document->getAttribute('boolean'));
543544
// //$this->assertIsArray($document->getAttribute('colors'));
544545
// //$this->assertEquals(['pink', 'green', 'blue'], $document->getAttribute('colors'));
545-
//
546-
// var_dump($document);
546+
547+
var_dump($document);
547548
$this->assertEquals('shmuel1', 'shmuel2');
548549
}
549550

0 commit comments

Comments
 (0)