Advertisement
Guest User

Untitled

a guest
Jun 29th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. vagrant@homestead:~/www/silverstripe-framework$ ./vendor/bin/phpunit tests
  2. PHP Fatal error: Couldn\'t parse /home/vagrant/www/silverstripe-framework/vendor/phpunit/php-token-stream/Tests/_files/classInScopedNamespace.php when building config static manifest in /home/vagrant/www/silverstripe-framework/core/manifest/ConfigStaticManifest.php on line 265
  3. PHP Stack trace:
  4. PHP 1. {main}() /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/composer/bin/phpunit:0
  5. PHP 2. PHPUnit_TextUI_Command::main() /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/composer/bin/phpunit:63
  6. PHP 3. PHPUnit_TextUI_Command->run() /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/PHPUnit/TextUI/Command.php:129
  7. PHP 4. PHPUnit_TextUI_Command->handleArguments() /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/PHPUnit/TextUI/Command.php:138
  8. PHP 5. PHPUnit_TextUI_Command->handleBootstrap() /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/PHPUnit/TextUI/Command.php:606
  9. PHP 6. PHPUnit_Util_Fileloader::checkAndLoad() /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/PHPUnit/TextUI/Command.php:778
  10. PHP 7. PHPUnit_Util_Fileloader::load() /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/PHPUnit/Util/Fileloader.php:76
  11. PHP 8. include_once() /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/PHPUnit/Util/Fileloader.php:92
  12. PHP 9. require_once() /home/vagrant/www/silverstripe-framework/tests/bootstrap.php:46
  13. PHP 10. SS_ConfigStaticManifest->__construct() /home/vagrant/www/silverstripe-framework/core/Core.php:115
  14. PHP 11. SS_ConfigStaticManifest->regenerate() /home/vagrant/www/silverstripe-framework/core/manifest/ConfigStaticManifest.php:56
  15. PHP 12. SS_FileFinder->find() /home/vagrant/www/silverstripe-framework/core/manifest/ConfigStaticManifest.php:109
  16. PHP 13. call_user_func:{/home/vagrant/www/silverstripe-framework/filesystem/FileFinder.php:158}() /home/vagrant/www/silverstripe-framework/filesystem/FileFinder.php:158
  17. PHP 14. SS_ConfigStaticManifest->handleFile() /home/vagrant/www/silverstripe-framework/filesystem/FileFinder.php:158
  18. PHP 15. SS_ConfigStaticManifest_Parser->parse() /home/vagrant/www/silverstripe-framework/core/manifest/ConfigStaticManifest.php:136
  19. PHP 16. user_error() /home/vagrant/www/silverstripe-framework/core/manifest/ConfigStaticManifest.php:265
  20.  
  21. Fatal error: Couldn\'t parse /home/vagrant/www/silverstripe-framework/vendor/phpunit/php-token-stream/Tests/_files/classInScopedNamespace.php when building config static manifest in /home/vagrant/www/silverstripe-framework/core/manifest/ConfigStaticManifest.php on line 265
  22.  
  23. Call Stack:
  24. 0.0003 225424 1. {main}() /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/composer/bin/phpunit:0
  25. 0.0144 530760 2. PHPUnit_TextUI_Command::main() /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/composer/bin/phpunit:63
  26. 0.0144 531392 3. PHPUnit_TextUI_Command->run() /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/PHPUnit/TextUI/Command.php:129
  27. 0.0144 533800 4. PHPUnit_TextUI_Command->handleArguments() /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/PHPUnit/TextUI/Command.php:138
  28. 0.0243 879240 5. PHPUnit_TextUI_Command->handleBootstrap() /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/PHPUnit/TextUI/Command.php:606
  29. 0.0258 887792 6. PHPUnit_Util_Fileloader::checkAndLoad() /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/PHPUnit/TextUI/Command.php:778
  30. 0.0267 887976 7. PHPUnit_Util_Fileloader::load() /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/PHPUnit/Util/Fileloader.php:76
  31. 0.0282 905736 8. include_once('/home/vagrant/www/silverstripe-framework/tests/bootstrap.php') /home/vagrant/www/silverstripe-framework/vendor/phpunit/phpunit/PHPUnit/Util/Fileloader.php:92
  32. 0.0331 969112 9. require_once('/home/vagrant/www/silverstripe-framework/core/Core.php') /home/vagrant/www/silverstripe-framework/tests/bootstrap.php:46
  33. 0.1200 3687432 10. SS_ConfigStaticManifest->__construct() /home/vagrant/www/silverstripe-framework/core/Core.php:115
  34. 0.1200 3688480 11. SS_ConfigStaticManifest->regenerate() /home/vagrant/www/silverstripe-framework/core/manifest/ConfigStaticManifest.php:56
  35. 0.1201 3696816 12. SS_FileFinder->find() /home/vagrant/www/silverstripe-framework/core/manifest/ConfigStaticManifest.php:109
  36. 2.9269 4873360 13. call_user_func:{/home/vagrant/www/silverstripe-framework/filesystem/FileFinder.php:158}() /home/vagrant/www/silverstripe-framework/filesystem/FileFinder.php:158
  37. 2.9269 4873400 14. SS_ConfigStaticManifest->handleFile() /home/vagrant/www/silverstripe-framework/filesystem/FileFinder.php:158
  38. 2.9296 4885896 15. SS_ConfigStaticManifest_Parser->parse() /home/vagrant/www/silverstripe-framework/core/manifest/ConfigStaticManifest.php:136
  39. 2.9296 4886496 16. user_error() /home/vagrant/www/silverstripe-framework/core/manifest/ConfigStaticManifest.php:265
  40.  
  41. vagrant@homestead:~/www/silverstripe-framework$ php -v
  42. PHP 5.5.12-2+deb.sury.org~trusty+1 (cli) (built: May 12 2014 13:48:43)
  43. Copyright (c) 1997-2014 The PHP Group
  44. Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
  45. with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies
  46. with Xdebug v2.2.5, Copyright (c) 2002-2014, by Derick Rethans
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement