This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/core/tests
2016-06-02 15:56:59 -07:00
..
Drupal Update to Drupal 8.1.2. For more information, see https://www.drupal.org/project/drupal/releases/8.1.2 2016-06-02 15:56:59 -07:00
bootstrap.php Update to Drupal 8.1.1. For more information, see https://www.drupal.org/node/2718713 2016-05-04 14:35:51 -07:00
README.md Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes 2016-04-20 09:56:49 -07:00

Running tests

Functional tests

  • Start PhantomJS:
    phantomjs --ssl-protocol=any --ignore-ssl-errors=true ./vendor/jcalderonzumba/gastonjs/src/Client/main.js 8510 1024 768 2>&1 >> /dev/null &
    
  • Run the functional tests:
    export SIMPLETEST_DB='mysql://root@localhost/dev_d8'
    export SIMPLETEST_BASE_URL='http://d8.dev'
    ./vendor/bin/phpunit -c core --testsuite functional
    ./vendor/bin/phpunit -c core --testsuite functional-javascript