Example #1
0
 public function testCall2()
 {
     $t = new \Test\ScallExternal();
     $this->assertSame($t->testCall2(2, 3), 5);
 }