Exemplo n.º 1
0
 public function case_reuse()
 {
     $this->given($q = new CUT(), $q->setId('x')->select('a')->from('foo'))->when($result = (string) CUT::get('x')->where('i > 3'))->then->string($result)->isEqualTo('SELECT a FROM foo WHERE i > 3');
 }