drupal/core/tests
Nathaniel Catchpole 246304717f Issue #2778673 by neclimdul: UnitTestCase::getStringTranslationStub() incorrectly documents its return type 2016-08-12 12:29:10 +01:00
..
Drupal
TestSuites
README.md
bootstrap.php

README.md

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