You are here

protected function MathjaxConfigTestCase::setUp in MathJax: LaTeX for Drupal 7

Set up the test evironment.

Overrides DrupalWebTestCase::setUp

File

tests/mathjax_config.test, line 27
Configuration test file for MathJax module.

Class

MathjaxConfigTestCase
Configuration test case for the module.

Code

protected function setUp() {
  parent::setUp('mathjax');
}