/** * Test fetch activated bundles. * * @return null */ public function testFetchActivated() { $this->assertTrue(is_array(iBundle::activated())); }