mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 04:37:38 +02:00
Attempt to fix hhvm build
This commit is contained in:
@@ -196,7 +196,7 @@ class GelfMessageFormatterTest extends \PHPUnit_Framework_TestCase
|
|||||||
try {
|
try {
|
||||||
$resource = fopen('php://memory', '+w');
|
$resource = fopen('php://memory', '+w');
|
||||||
// Just do something stupid with a resource as argument
|
// Just do something stupid with a resource as argument
|
||||||
strpos($resource);
|
strpos($resource, 'FOO');
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user