Gc\View\CollectionTest::testGetViews PHP Method

testGetViews() public method

Test
public testGetViews ( ) : void
return void
    public function testGetViews()
    {
        $this->object->init(null);
        $views = $this->object->getViews();
        $this->assertTrue(count($views) > 0);
    }