/** @internal */ static function _setUnitTestEnabled($flag = true) { self::$_unitTestEnabled = (bool) $flag; }