瀏覽代碼

Attempt to fix hhvm build

Jordi Boggiano 11 年之前
父節點
當前提交
d7561931a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {
         }