Extension\ScallExternalTest::testCall2 PHP Method

testCall2() public method

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