Advertisement
Guest User

Untitled

a guest
Sep 19th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. mirko@mirko-desktop:~/Libs/Plugins/Assets$ phpunit tests/TestCase/Controller/AssetsControllerTest.php
  2. PHPUnit 5.4.6 by Sebastian Bergmann and contributors.
  3.  
  4. F 1 / 1 (100%)
  5.  
  6. Time: 37 ms, Memory: 6.00MB
  7.  
  8. There was 1 failure:
  9.  
  10. 1) Assets\Test\TestCase\Controller\AssetsControllerTest::testAsset
  11. Cake\Routing\Exception\MissingControllerException: Controller class could not be found. in /home/mirko/Libs/Plugins/Assets/vendor/cakephp/cakephp/src/Http/ControllerFactory.php:91
  12. Stack trace:
  13. #0 /home/mirko/Libs/Plugins/Assets/vendor/cakephp/cakephp/src/Http/ControllerFactory.php(67): Cake\Http\ControllerFactory->missingController(Object(Cake\Network\Request))
  14. #1 /home/mirko/Libs/Plugins/Assets/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php(93): Cake\Http\ControllerFactory->create(Object(Cake\Network\Request), Object(Cake\TestSuite\Stub\Response))
  15. #2 /home/mirko/Libs/Plugins/Assets/vendor/cakephp/cakephp/src/Routing/Dispatcher.php(60): Cake\Http\ActionDispatcher->dispatch(Object(Cake\Network\Request), Object(Cake\TestSuite\Stub\Response))
  16. #3 /home/mirko/Libs/Plugins/Assets/vendor/cakephp/cakephp/src/TestSuite/LegacyRequestDispatcher.php(54): Cake\Routing\Dispatcher->dispatch(Object(Cake\Network\Request), Object(Cake\TestSuite\Stub\Response))
  17. #4 /home/mirko/Libs/Plugins/Assets/vendor/cakephp/cakephp/src/TestSuite/IntegrationTestCase.php(422): Cake\TestSuite\LegacyRequestDispatcher->execute(Object(Cake\Network\Request))
  18. #5 /home/mirko/Libs/Plugins/Assets/vendor/cakephp/cakephp/src/TestSuite/IntegrationTestCase.php(340): Cake\TestSuite\IntegrationTestCase->_sendRequest('/assets/css/e71...', 'GET')
  19. #6 /home/mirko/Libs/Plugins/Assets/tests/TestCase/Controller/AssetsControllerTest.php(46): Cake\TestSuite\IntegrationTestCase->get('/assets/css/e71...')
  20. #7 [internal function]: Assets\Test\TestCase\Controller\AssetsControllerTest->testAsset()
  21. #8 /usr/share/php/PHPUnit/Framework/TestCase.php(1081): ReflectionMethod->invokeArgs(Object(Assets\Test\TestCase\Controller\AssetsControllerTest), Array)
  22. #9 /usr/share/php/PHPUnit/Framework/TestCase.php(932): PHPUnit_Framework_TestCase->runTest()
  23. #10 /usr/share/php/PHPUnit/Framework/TestResult.php(701): PHPUnit_Framework_TestCase->runBare()
  24. #11 /usr/share/php/PHPUnit/Framework/TestCase.php(888): PHPUnit_Framework_TestResult->run(Object(Assets\Test\TestCase\Controller\AssetsControllerTest))
  25. #12 /usr/share/php/PHPUnit/Framework/TestSuite.php(753): PHPUnit_Framework_TestCase->run(Object(PHPUnit_Framework_TestResult))
  26. #13 /usr/share/php/PHPUnit/TextUI/TestRunner.php(465): PHPUnit_Framework_TestSuite->run(Object(PHPUnit_Framework_TestResult))
  27. #14 /usr/share/php/PHPUnit/TextUI/Command.php(162): PHPUnit_TextUI_TestRunner->doRun(Object(PHPUnit_Framework_TestSuite), Array, true)
  28. #15 /usr/share/php/PHPUnit/TextUI/Command.php(113): PHPUnit_TextUI_Command->run(Array, true)
  29. #16 /usr/bin/phpunit(29): PHPUnit_TextUI_Command::main()
  30. #17 {main}
  31.  
  32. /home/mirko/Libs/Plugins/Assets/vendor/cakephp/cakephp/src/TestSuite/IntegrationTestCase.php:682
  33. /home/mirko/Libs/Plugins/Assets/vendor/cakephp/cakephp/src/TestSuite/IntegrationTestCase.php:621
  34. /home/mirko/Libs/Plugins/Assets/tests/TestCase/Controller/AssetsControllerTest.php:48
  35.  
  36. FAILURES!
  37. Tests: 1, Assertions: 0, Failures: 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement