Guest User

Untitled

a guest
May 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. Macintosh:~ robo$ php -v
  2. PHP 5.2.4 (cli) (built: Sep 1 2007 00:18:24)
  3. Copyright (c) 1997-2007 The PHP Group
  4. Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
  5. with Xdebug v2.0.3, Copyright (c) 2002-2007, by Derick Rethans
  6. Macintosh:~ robo$ cd dev/php/Doctrine
  7. Macintosh:Doctrine robo$ cd tests
  8. Macintosh:tests robo$ phpunit AllTests
  9. PHPUnit 3.2.19 by Sebastian Bergmann.
  10.  
  11. ........................EEHydration took: 0.0011129379272461 for 2 records
  12. .Hydration took: 0.00050902366638184 for 2 records
  13. .Hydration took: 0.00032997131347656 for 2 records
  14. .Hydration took: 0.0031390190124512 for 2 records
  15. .Hydration took: 0.0012609958648682 for 2 records
  16. .Hydration took: 0.0005338191986084 for 3 records
  17. .Hydration took: 0.00098800659179688 for 2 records
  18. .Hydration took: 0.00058317184448242 for 2 records
  19. .Hydration took: 0.00040292739868164 for 2 records
  20. .Hydration took: 0.002871036529541 for 2 records
  21. .Hydration took: 0.0012049674987793 for 2 records
  22. .Hydration took: 0.00052785873413086 for 3 records
  23. .Hydration took: 0.0075640678405762 for 2 records
  24. .Hydration took: 0.002547025680542 for 2 records
  25. .Hydration took: 0.00097417831420898 for 6 records
  26. .Hydration took: 0.0084700584411621 for 2 records
  27. .Hydration took: 0.0031721591949463 for 2 records
  28. .Hydration took: 0.0011420249938965 for 6 records
  29. .Hydration took: 0.0049529075622559 for 2 records
  30. .Hydration took: 0.0015490055084229 for 2 records
  31. .Hydration took: 0.00079607963562012 for 4 records
  32. .........
  33.  
  34. Time: 0 seconds
  35.  
  36. There were 2 errors:
  37.  
  38. 1) testQueryParserSupportsMultipleAliasDeclarations(Orm_Query_IdentifierRecognitionTest)
  39. Doctrine_Query_Parser_Exception: Unknown Grammar Rule 'JoinVariableDeclaration'. Could not find related compiler class.
  40. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/ParserRule.php:108
  41. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/Parser/IdentificationVariableDeclaration.php:62
  42. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/ParserRule.php:117
  43. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/Parser/FromClause.php:47
  44. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/ParserRule.php:117
  45. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/Parser/SelectStatement.php:53
  46. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/ParserRule.php:117
  47. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/Parser/QueryLanguage.php:41
  48. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/ParserRule.php:117
  49. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/Parser.php:239
  50. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query.php:237
  51. /Users/robo/dev/php/Doctrine/tests/Orm/Query/IdentifierRecognitionTest.php:74
  52.  
  53. 2) testQueryParserSupportsMultipleAliasDeclarationsWithIndexBy(Orm_Query_IdentifierRecognitionTest)
  54. Doctrine_Query_Parser_Exception: Unknown Grammar Rule 'JoinVariableDeclaration'. Could not find related compiler class.
  55. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/ParserRule.php:108
  56. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/Parser/IdentificationVariableDeclaration.php:62
  57. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/ParserRule.php:117
  58. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/Parser/FromClause.php:47
  59. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/ParserRule.php:117
  60. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/Parser/SelectStatement.php:53
  61. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/ParserRule.php:117
  62. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/Parser/QueryLanguage.php:41
  63. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/ParserRule.php:117
  64. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query/Parser.php:239
  65. /Users/robo/dev/php/Doctrine/lib/Doctrine/Query.php:237
  66. /Users/robo/dev/php/Doctrine/tests/Orm/Query/IdentifierRecognitionTest.php:98
  67.  
  68. FAILURES!
  69. Tests: 55, Errors: 2.
  70. Macintosh:tests robo$
Add Comment
Please, Sign In to add comment