/gist:773a0ec1f83e35ac0b0c Secret
Created
February 11, 2013 22:16
Star
You must be signed in to star a gist
This file contains 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 3.7.10 by Sebastian Bergmann. | |
| Configuration read from /dev/shm/http/bigbang/package/Aura.Intl/tests/phpunit.xml | |
| ....ESSSSF........... | |
| Time: 0 seconds, Memory: 4.50Mb | |
| There was 1 error: | |
| 1) Aura\Intl\IntlFormatterTest::testFormat_plural | |
| Aura\Intl\Exception\CannotInstantiateFormatter: msgfmt_create: message formatter creation failed: U_ILLEGAL_CHARACTER | |
| /dev/shm/http/bigbang/package/Aura.Intl/src/Aura/Intl/IntlFormatter.php:76 | |
| /dev/shm/http/bigbang/package/Aura.Intl/tests/Aura/Intl/IntlFormatterTest.php:34 | |
| -- | |
| There was 1 failure: | |
| 1) Aura\Intl\IntlFormatterTest::testFormat_cannotInstantiateFormatter | |
| Failed asserting that exception of type "Aura\Intl\Exception\CannotFormat" matches expected exception "Aura\Intl\Exception\CannotInstantiateFormatter". Message was: "msgfmt_format: not enough parameters: U_ILLEGAL_ARGUMENT_ERROR". | |
| FAILURES! | |
| Tests: 21, Assertions: 22, Failures: 1, Errors: 1, Skipped: 4. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment