Exemple #1
0
 /**
  * An exception must be thrown when a stored routine with designation type row1 returns more than 1 rows.
  *
  * @expectedException SetBased\Stratum\Exception\ResultException
  */
 public function test3()
 {
     DataLayer::testRow1a(2);
 }