Extension\McallChainedTest::testChained1 PHP Метод

testChained1() публичный Метод

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