Advertisement
sarjona

Untitled

May 5th, 2021
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. $ mdk behat -r -f lib/tests/behat/largeforms.feature
  2. Initialising Behat, please be patient!
  3. A new stable major version of Composer is available (2.0.13), run "composer self-update --2" to update to it. See also https://getcomposer.org/2
  4. You are already using composer version 1.10.22 (1.x channel).
  5. Loading composer repositories with package information
  6. Installing dependencies (including require-dev) from lock file
  7. Nothing to install or update
  8. Generating autoload files
  9. 49 packages you are using are looking for funding.
  10. Use the `composer fund` command to find out more!
  11. Behat test environment already installed
  12. Creating Behat configuration ... done in 0.97 seconds.
  13. Building theme CSS for boost [ltr] ... done in 2.99 seconds.
  14. Building theme CSS for classic [ltr] ... done in 3.43 seconds.
  15. Testing environment themes built
  16. Acceptance tests environment enabled on http://127.0.0.1/m/integration_master, to run the tests use:
  17. vendor/bin/behat --config /home/sara/moodles/integration_master/moodledata_behat/behatrun/behat/behat.yml
  18. Behat ready!
  19. Preparing Behat testing
  20. Starting Selenium server
  21. Running Behat tests
  22. More output can be found at:
  23. /home/sara/moodles/integration_master/extra/behat
  24. http://localhost/m/mdk/integration_master/behat
  25. Moodle 4.0dev (Build: 20210504), aa35a2bb3f1fca9f4f353c4445386f10c1015d6e
  26. Php: 8.0.3, pgsql: 10.15 (Ubuntu 10.15-0ubuntu0.18.04.1), OS: Linux 5.4.0-72-generic x86_64
  27. Run optional tests:
  28. - Accessibility: No
  29. Server OS "Linux", Browser: "firefox"
  30. Started at 05-05-2021, 18:07
  31. ..
  32. Scenario failed. Paused for inspection. Press Enter/Return to continue.
  33. Exception follows:
  34. PHP errors found:
  35. Unknown error type: Required parameter $resultstime follows optional parameter $html at /home/sara/moodles/integration_master/moodle/admin/tool/brickfield/classes/accessibility.php: 223
  36. F---------....................................
  37.  
  38. --- Failed steps:
  39.  
  40. 001 Scenario: Small form with checkboxes (not using workaround) # /home/sara/moodles/integration_master/moodle/lib/tests/behat/largeforms.feature:21
  41. When I am on the "C1" "Course" page logged in as "admin" # /home/sara/moodles/integration_master/moodle/lib/tests/behat/largeforms.feature:15
  42. PHP errors found:
  43. Unknown error type: Required parameter $resultstime follows optional parameter $html at /home/sara/moodles/integration_master/moodle/admin/tool/brickfield/classes/accessibility.php: 223 (Exception)
  44.  
  45. 4 scenarios (3 passed, 1 failed)
  46. 48 steps (38 passed, 1 failed, 9 skipped)
  47. 2m2.41s (73.89Mb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement