Extension\McallChainedTest::testChained3 PHP Method

testChained3() public method

public testChained3 ( )
    public function testChained3()
    {
        $t = new \Test\McallChained();
        $this->assertSame($t->testChained3(), $t);
    }