Extension\McallChainedTest::testChained1 PHP 메소드

testChained1() 공개 메소드

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