Преглед на файлове

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