Gc\Layout\CollectionTest::testInit PHP Method

testInit() public method

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