function it_parses_order_by_CP_FIELD()
 {
     $this->beConstructedWith(new ConnectionFaker());
     $response = $this->orderBy(Client::field("1==1"))->get();
     $response->executedQuery()->shouldReturn('SELECT * FROM database ORDER BY this["1==1"] DESC LIMIT 0, 20');
 }