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