Skip to content

Instantly share code, notes, and snippets.

@gargoyle
Created June 16, 2014 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gargoyle/2bd341c4bd33fd5ce88e to your computer and use it in GitHub Desktop.
Save gargoyle/2bd341c4bd33fd5ce88e to your computer and use it in GitHub Desktop.
Time: 4.04 minutes, Memory: 879.00Mb
There were 5 errors:
1) Symfony\Component\Locale\Tests\LocaleTest::testGetDisplayCountriesForSwitzerland
Symfony\Component\Intl\Exception\InvalidArgumentException: Only the locale "en" is supported.
/Volumes/Stuff/Code/Playground/symfony/src/Symfony/Component/Intl/ResourceBundle/Reader/PhpBundleReader.php:30
/Volumes/Stuff/Code/Playground/symfony/src/Symfony/Component/Intl/ResourceBundle/Reader/BufferedBundleReader.php:49
/Volumes/Stuff/Code/Playground/symfony/src/Symfony/Component/Intl/ResourceBundle/Reader/StructuredBundleReader.php:61
/Volumes/Stuff/Code/Playground/symfony/src/Symfony/Component/Intl/ResourceBundle/AbstractBundle.php:69
/Volumes/Stuff/Code/Playground/symfony/src/Symfony/Component/Intl/ResourceBundle/RegionBundle.php:42
/Volumes/Stuff/Code/Playground/symfony/src/Symfony/Component/Locale/Locale.php:57
/Volumes/Stuff/Code/Playground/symfony/src/Symfony/Component/Locale/Tests/LocaleTest.php:39
2) Symfony\Component\Security\Csrf\Tests\TokenStorage\NativeSessionTokenStorageTest::testStoreTokenInClosedSession
PHPUnit_Framework_Exception: PHP Strict standards: Static function Symfony\Component\Validator\Tests\Mapping\Loader\AbstractMethodStaticLoader::loadMetadata() should not be abstract in /Volumes/Stuff/Code/Playground/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractMethodStaticLoader.php on line 9
PHP Stack trace:
PHP 1. {main}() -:0
Strict standards: Static function Symfony\Component\Validator\Tests\Mapping\Loader\AbstractMethodStaticLoader::loadMetadata() should not be abstract in /Volumes/Stuff/Code/Playground/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractMethodStaticLoader.php on line 9
Call Stack:
0.0056 1031368 1. {main}() -:0
3) Symfony\Component\Security\Csrf\Tests\TokenStorage\NativeSessionTokenStorageTest::testStoreTokenInClosedSessionWithExistingSessionId
PHPUnit_Framework_Exception: PHP Strict standards: Static function Symfony\Component\Validator\Tests\Mapping\Loader\AbstractMethodStaticLoader::loadMetadata() should not be abstract in /Volumes/Stuff/Code/Playground/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractMethodStaticLoader.php on line 9
PHP Stack trace:
PHP 1. {main}() -:0
Strict standards: Static function Symfony\Component\Validator\Tests\Mapping\Loader\AbstractMethodStaticLoader::loadMetadata() should not be abstract in /Volumes/Stuff/Code/Playground/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractMethodStaticLoader.php on line 9
Call Stack:
0.0055 1031368 1. {main}() -:0
4) Symfony\Component\Security\Csrf\Tests\TokenStorage\NativeSessionTokenStorageTest::testStoreTokenInActiveSession
PHPUnit_Framework_Exception: PHP Strict standards: Static function Symfony\Component\Validator\Tests\Mapping\Loader\AbstractMethodStaticLoader::loadMetadata() should not be abstract in /Volumes/Stuff/Code/Playground/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractMethodStaticLoader.php on line 9
PHP Stack trace:
PHP 1. {main}() -:0
Strict standards: Static function Symfony\Component\Validator\Tests\Mapping\Loader\AbstractMethodStaticLoader::loadMetadata() should not be abstract in /Volumes/Stuff/Code/Playground/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractMethodStaticLoader.php on line 9
Call Stack:
0.0055 1031368 1. {main}() -:0
5) Symfony\Component\Security\Csrf\Tests\TokenStorage\NativeSessionTokenStorageTest::testGetNonExistingToken
PHPUnit_Framework_Exception: PHP Strict standards: Static function Symfony\Component\Validator\Tests\Mapping\Loader\AbstractMethodStaticLoader::loadMetadata() should not be abstract in /Volumes/Stuff/Code/Playground/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractMethodStaticLoader.php on line 9
PHP Stack trace:
PHP 1. {main}() -:0
Strict standards: Static function Symfony\Component\Validator\Tests\Mapping\Loader\AbstractMethodStaticLoader::loadMetadata() should not be abstract in /Volumes/Stuff/Code/Playground/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractMethodStaticLoader.php on line 9
Call Stack:
0.0054 1031368 1. {main}() -:0
FAILURES!
Tests: 13135, Assertions: 25356, Errors: 5, Incomplete: 8, Skipped: 1587.
➜ symfony git:(master) php --version
PHP 5.4.22 (cli) (built: Dec 2 2013 09:15:26)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
with Xdebug v2.2.3, Copyright (c) 2002-2013, by Derick Rethans
➜ symfony git:(master) phpunit --version
PHPUnit 4.1.3 by Sebastian Bergmann.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment