Pantheon\Terminus\UnitTests\Collections\UserOwnedCollectionTest::testGetURL PHP Метод

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

public testGetURL ( )
    public function testGetURL()
    {
        $this->assertEquals($this->url, $this->collection->getUrl());
    }
UserOwnedCollectionTest