error('This is a test message'); static::assertRegExp('/This is a test message/', \stream_get_contents($capture)); } finally { \ini_set('error_log', $origErrorLog); \fclose($capture); } } }