Gc\Layout\CollectionTest::testGetLayouts PHP Method

testGetLayouts() public method

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