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