1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-31 18:30:15 +02:00

Attempt to fix hhvm build

This commit is contained in:
Jordi Boggiano
2014-12-16 10:34:35 +00:00
parent 7db9d6ef4a
commit d7561931a5

View File

@@ -196,7 +196,7 @@ class GelfMessageFormatterTest extends \PHPUnit_Framework_TestCase
try {
$resource = fopen('php://memory', '+w');
// Just do something stupid with a resource as argument
strpos($resource);
strpos($resource, 'FOO');
} catch (\Exception $e) {
}