Gc\Layout\CollectionTest::testGetSelect PHP Method

testGetSelect() public method

Test
public testGetSelect ( ) : void
return void
    public function testGetSelect()
    {
        $layouts = $this->object->getSelect();
        $this->assertTrue(count($layouts) >= 1);
    }