Gc\View\CollectionTest::testGetViewsWithDocumentType PHP Метод

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

Test
public testGetViewsWithDocumentType ( ) : void
Результат void
    public function testGetViewsWithDocumentType()
    {
        $this->object->init(1000);
        $views = $this->object->getViews();
        $this->assertEquals(0, count($views));
    }