Extension\ScallExternalTest::testCall1 PHP Method

testCall1() public method

public testCall1 ( )
    public function testCall1()
    {
        $t = new \Test\ScallExternal();
        $this->assertSame($t->testCall1(), 'hello public');
    }
ScallExternalTest