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