Created
August 25, 2015 07:42
-
-
Save temp/a739c64176615ef880a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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