Extension\McallChainedTest::testChained2 PHP Method

testChained2() public method

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