/**
  * Stored routine with designation type function execute stored function and return result.
  */
 public function test2()
 {
     $ret = DataLayer::testFunction(3, 4);
     $this->assertNotEquals(5, $ret);
 }