Esempio n. 1
0
 /**
  * @test
  *
  * @expectedException InvalidArgumentException
  */
 public function selectForEmptyFieldListThrowsException()
 {
     Tx_Oelib_Db::select('', 'tx_oelib_test');
 }