Advertisement
Guest User

PHPUnit tests output for github.com/pellaeon/registration

a guest
Sep 15th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. [root@denali apps]# cd registration/
  2. [root@denali registration]# phpunit tests/
  3. PHPUnit 3.7.29 by Sebastian Bergmann.
  4.  
  5. Configuration read from /var/www/html/owncloud/apps/registration/phpunit.xml
  6.  
  7. EE
  8.  
  9. Time: 17 ms, Memory: 5.75Mb
  10.  
  11. There were 2 errors:
  12.  
  13. 1) OCA\Registration\Controller\PageControllerTest::testIndex
  14. InvalidArgumentException: Identifier "PageController" is not defined.
  15.  
  16. /var/www/html/owncloud/3rdparty/Pimple/Pimple.php:78
  17. /var/www/html/owncloud/apps/registration/tests/unit/controller/PageControllerTest.php:38
  18.  
  19. 2) OCA\Registration\Controller\PageControllerTest::testEcho
  20. InvalidArgumentException: Identifier "PageController" is not defined.
  21.  
  22. /var/www/html/owncloud/3rdparty/Pimple/Pimple.php:78
  23. /var/www/html/owncloud/apps/registration/tests/unit/controller/PageControllerTest.php:47
  24.  
  25. FAILURES!
  26. Tests: 2, Assertions: 0, Errors: 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement