Exemplo n.º 1
0
 /**
  * @expectedException \Fairy\Exception
  * @expectedExceptionCode 3
  */
 public function testTableNotSpecifiedException()
 {
     $this->builder->where('a', 'b')->get();
 }