Advertisement
stronk7

Untitled

Jan 21st, 2021
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 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 54:
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement