drupal/core/tests
Nathaniel Catchpole 0e16e16c76 Revert "Issue #2688615 by rballou, dawehner: Add the file to Error::formatBacktrace()"
This reverts commit 0d77fa5769.
2016-04-25 11:44:43 +01:00
..
Drupal Revert "Issue #2688615 by rballou, dawehner: Add the file to Error::formatBacktrace()" 2016-04-25 11:44:43 +01:00
README.md Issue #2469713 by dawehner, pfrenssen, alexpott, elachlan, Mixologic, larowlan, hussainweb, benjy, jibran, Wim Leers, isntall: Step 2: Create a JavaScriptTestBase using PhantomJs Driver/Binary 2016-04-07 12:25:35 +01:00
bootstrap.php Issue #2469713 by dawehner, pfrenssen, alexpott, elachlan, Mixologic, larowlan, hussainweb, benjy, jibran, Wim Leers, isntall: Step 2: Create a JavaScriptTestBase using PhantomJs Driver/Binary 2016-04-07 12:25:35 +01:00

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