Skip to content

Instantly share code, notes, and snippets.

@temp
Created August 25, 2015 07:42
Show Gist options
  • Select an option

  • Save temp/a739c64176615ef880a5 to your computer and use it in GitHub Desktop.

Select an option

Save temp/a739c64176615ef880a5 to your computer and use it in GitHub Desktop.
$ phpunit
PHPUnit 4.8.6 by Sebastian Bergmann and contributors.
................................................................ 64 / 87 ( 73%)
..........FFF..........
Time: 1.12 seconds, Memory: 5.00Mb
There were 3 failures:
1) Webmozart\Json\Tests\JsonEncoderTest::testEncodeFileFailsIfValidationFailsWithSchemaFile
Failed asserting that exception message 'Validation failed while encoding C:\Users\steph_000\AppData\Local\Temp\Jso9CAF.tmp:
string value found, but an object is required' contains 'JsonEncoderTest'.
C:\Users\steph_000\AppData\Roaming\Composer\vendor\phpunit\phpunit\src\TextUI\Command.php:179
C:\Users\steph_000\AppData\Roaming\Composer\vendor\phpunit\phpunit\src\TextUI\Command.php:132
2) Webmozart\Json\Tests\JsonEncoderTest::testEncodeFileFailsIfValidationFailsWithSchemaObject
Failed asserting that exception message 'Validation failed while encoding C:\Users\steph_000\AppData\Local\Temp\Jso9CB0.tmp:
string value found, but an object is required' contains 'JsonEncoderTest'.
C:\Users\steph_000\AppData\Roaming\Composer\vendor\phpunit\phpunit\src\TextUI\Command.php:179
C:\Users\steph_000\AppData\Roaming\Composer\vendor\phpunit\phpunit\src\TextUI\Command.php:132
3) Webmozart\Json\Tests\JsonEncoderTest::testEncodeFileFailsIfNonUtf8
Failed asserting that exception message 'An error happened while encoding C:\Users\steph_000\AppData\Local\Temp\Jso9CC1.tmp: The data could not be encoded as JSON: JSON_ERROR_UTF8' contains 'JsonEncoderTest'.
C:\Users\steph_000\AppData\Roaming\Composer\vendor\phpunit\phpunit\src\TextUI\Command.php:179
C:\Users\steph_000\AppData\Roaming\Composer\vendor\phpunit\phpunit\src\TextUI\Command.php:132
FAILURES!
Tests: 87, Assertions: 115, Failures: 3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment