sarjona

Untitled

Nov 11th, 2021
768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.73 KB | None | 0 0
  1. ~/moodles/integration_master/moodle (master)$ mdk behat -r -n "Assignment with time limit and due date shows how late assignment is submitted relative to due date"
  2. Initialising Behat, please be patient!
  3. A new stable major version of Composer is available (2.1.12), run "composer self-update --2" to update to it. See also https://getcomposer.org/2
  4. You are already using composer version 1.10.23 (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. 50 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.86 seconds.
  13. Building theme CSS for boost [ltr] ... done in 8.75 seconds.
  14. Building theme CSS for classic [ltr] ... done in 5.9 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: 20211106), d650e65265d1ee177f850f1c8c7017da68d0bcfa
  26. Php: 7.3.28.1.20.04.1.1, pgsql: 10.15 (Ubuntu 10.15-0ubuntu0.18.04.1), OS: Linux 5.4.0-90-generic x86_64
  27. Run optional tests:
  28. - Accessibility: No
  29. Server OS "Linux", Browser: "firefox"
  30. Started at 11-11-2021, 19:50
  31. .................F---------
  32.  
  33. --- Failed steps:
  34.  
  35. 001 Scenario: Assignment with time limit and due date shows how late assignment is submitted relative to due date # /home/sara/moodles/integration_master/moodle/mod/assign/tests/behat/set_availability.feature:153
  36.       When I am on the "Assignment name" Activity page logged in as student1                                      # /home/sara/moodles/integration_master/moodle/mod/assign/tests/behat/set_availability.feature:171
  37.         Moodle exception: Exception - Notice: Trying to get property 'timestarted' of non-object in [dirroot]/mod/assign/classes/output/renderer.php on line 1378 More information about this error
  38.        
  39.         Exception - Notice: Trying to get property 'timestarted' of non-object in [dirroot]/mod/assign/classes/output/renderer.php on line 1378
  40.         More information about this error
  41.        
  42.        
  43.            
  44.         ×
  45.            
  46.         Debug info:
  47.          
  48.         Error code: generalexceptionmessage
  49.          (Exception)
  50.  
  51. 1 scenario (1 failed)
  52. 27 steps (17 passed, 1 failed, 9 skipped)
  53. 0m28.74s (89.92Mb)
Advertisement
Add Comment
Please, Sign In to add comment