MBModule = new MBModule('testModule', 'custom/modulebuilder/packages/testPkg', 'testPkg', 'testPkg'); } public function tearDown() { SugarTestUserUtilities::removeAllCreatedAnonymousUsers(); unset($GLOBALS['current_user']); $this->MBModule->delete(); } public function testFieldExistForBasicFields() { $this->assertEquals(true, $this->MBModule->fieldExists('name')); } }