Gc\View\CollectionTest::testGetViewsWithDocumentType PHP Method

testGetViewsWithDocumentType() public method

Test
public testGetViewsWithDocumentType ( ) : void
return void
    public function testGetViewsWithDocumentType()
    {
        $this->object->init(1000);
        $views = $this->object->getViews();
        $this->assertEquals(0, count($views));
    }