function TabledragExampleTestCase::setUp

Overrides DrupalWebTestCase::setUp

File

tabledrag_example/tabledrag_example.test, line 29

Class

TabledragExampleTestCase
Default test case for the tabledrag_example module.

Code

public function setUp() {
    parent::setUp('tabledrag_example');
}