Extension\ScallExternalTest::testCall2 PHP 메소드

testCall2() 공개 메소드

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