Gc\View\CollectionTest::testGetSelect PHP Method

testGetSelect() public method

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