Advertisement
stronk7

Untitled

Jan 22nd, 2021
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. $ php admin/tool/behat/cli/init.php
  2. You are already using composer version 2.0.8 (stable channel).
  3. Installing dependencies from lock file (including require-dev)
  4. Verifying lock file contents can be installed on current platform.
  5. Nothing to install, update or remove
  6. Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
  7. Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
  8. Generating autoload files
  9. 43 packages you are using are looking for funding.
  10. Use the `composer fund` command to find out more!
  11.  
  12. In Selenium2Factory.php line 62:
  13.  
  14. Install MinkSelenium2Driver in order to use selenium2 driver.
  15.  
  16.  
  17. Error: Error running behat CLI command. Try running "vendor\bin\behat --help" manually from CLI to find out more about the problem.
  18.  
  19. Ensure you set $CFG->behat_* vars in config.php and you ran admin/tool/behat/cli/init.php.
  20. More info in https://docs.moodle.org/dev/Running_acceptance_test
  21.  
  22.  
  23.  
  24. stronk7@stronk7lenovo MINGW64 ~/git_moodle/integration (master)
  25. $ git revert 522e4c6c767b31efd3ba015db549fe65687b2b22
  26. Auto-merging lib/moodlelib.php
  27. [master ea0c4175a08] Revert "MDL-47456 core: Remove redundant DB call during bootstrap"
  28. 1 file changed, 37 insertions(+), 8 deletions(-)
  29.  
  30. stronk7@stronk7lenovo MINGW64 ~/git_moodle/integration (master)
  31.  
  32.  
  33.  
  34. $ php admin/tool/behat/cli/init.php
  35. You are already using composer version 2.0.8 (stable channel).
  36. Installing dependencies from lock file (including require-dev)
  37. Verifying lock file contents can be installed on current platform.
  38. Nothing to install, update or remove
  39. Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
  40. Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
  41. Generating autoload files
  42. 43 packages you are using are looking for funding.
  43. Use the `composer fund` command to find out more!
  44.  
  45. In Selenium2Factory.php line 62:
  46.  
  47. Install MinkSelenium2Driver in order to use selenium2 driver.
  48.  
  49.  
  50. Error: Error running behat CLI command. Try running "vendor\bin\behat --help" manually from CLI to find out more about the problem.
  51.  
  52. Ensure you set $CFG->behat_* vars in config.php and you ran admin/tool/behat/cli/init.php.
  53. More info in https://docs.moodle.org/dev/Running_acceptance_test
  54.  
  55. stronk7@stronk7lenovo MINGW64 ~/git_moodle/integration (master)
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement