/ */ class Unenablable_Module extends P4Cms_Module_Integration { /** * Extend parent to force failure. * * @throws Exception Always throws; for testing. */ public static function enable() { throw new Exception('Enable was called, throwing'); } }