Skip to content

Instantly share code, notes, and snippets.

View nJim's full-sized avatar

Jim Vomero nJim

View GitHub Profile
@nJim
nJim / notes.md
Created October 13, 2022 17:53 — forked from jhedstrom/notes.md
PHPUnit based tests in Drupal 8

Local setup

  • Environment variables:

    export SIMPLETEST_DB=mysql://user:pass@localhost/db_name
    export SIMPLETEST_BASE_URL=http://d8.dev
    
  • or copy core/phpunit.xml.dist to core/phpunit.xml and edit accordingly