public function testFindConstructor()
 {
     $query = Query::criteria($exp = Expr::value(51));
     $this->assertSame($exp, $query->getCriteria());
 }