/**
  * An exception must be thrown when a stored routine with designation type row0 returns more than 1 rows.
  *
  * @expectedException SetBased\Stratum\Exception\ResultException
  */
 public function test3()
 {
     DataLayer::testRow0aWithLob(2, 'blob');
 }