function PHPErrorLevel()
 {
     parent::AbstractTest("PHP error level", PHPErrorLevel::error2string(error_reporting()));
 }
 public function __construct()
 {
     parent::__construct("PHP error level", PHPErrorLevel::error2string(error_reporting()));
 }