Skip to content

Instantly share code, notes, and snippets.

@tedbow
Last active March 23, 2016 18:28
Show Gist options
  • Save tedbow/3b8593597d9e2a6e8545 to your computer and use it in GitHub Desktop.
Save tedbow/3b8593597d9e2a6e8545 to your computer and use it in GitHub Desktop.
Run a single simpletest in Drupal 8
#https://www.drupal.org/node/645286
php core/scripts/run-tests.sh --url http://example.com/ --class "Drupal\module_name\Tests\TestClass::testMethod"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment