Explorar o código

Attempt to fix hhvm build

Jordi Boggiano %!s(int64=11) %!d(string=hai) anos
pai
achega
d7561931a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/Monolog/Formatter/GelfMessageFormatterTest.php

+ 1 - 1
tests/Monolog/Formatter/GelfMessageFormatterTest.php

@@ -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) {
         }