49 $noticeEnabled = PHPUnit_Framework_Error_Notice::$enabled;
51 PHPUnit_Framework_Error_Notice::$enabled =
false;
53 \Wikimedia\suppressWarnings();
54 $res = $formatter->format( [
'channel' =>
'marty' ] );
55 \Wikimedia\restoreWarnings();
56 PHPUnit_Framework_Error_Notice::$enabled = $noticeEnabled;
57 $this->assertNull(
$res );