Skip to content

Instantly share code, notes, and snippets.

@sprice
Created November 17, 2010 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sprice/8d1c59ec8e8bc4985b85 to your computer and use it in GitHub Desktop.
Save sprice/8d1c59ec8e8bc4985b85 to your computer and use it in GitHub Desktop.
<?php
// set a test class
$test_class = 'XMLRPCBasicTestCase';
// get the current test_id
$test_id = db_insert('simpletest_test_id')
->useDefaults(array('test_id'))
->execute();
// create new test class
$test = new $test_class($test_id);
$test->run();
simpletest_clean_environment();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment