summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/graph.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-25 05:20:16 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-25 05:20:16 +0000
commite2184e25ac140d3b44709b7b070c1c4889122d45 (patch)
treeb498a820eb874a70481ae408994be6d0cb1c10ea /modules/simpletest/tests/graph.test
parenta36d0d49c11329af1d040979d9c3e3ed5a92e1ca (diff)
downloadbrdo-e2184e25ac140d3b44709b7b070c1c4889122d45.tar.gz
brdo-e2184e25ac140d3b44709b7b070c1c4889122d45.tar.bz2
- Patch #464714 by chx, DamZ: speed up the tests by bringing unit tests backt to live. Unit tests bootstrap faster and have the potential to speed up testing. We'll need help converting tests where possible.
Diffstat (limited to 'modules/simpletest/tests/graph.test')
-rw-r--r--modules/simpletest/tests/graph.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/graph.test b/modules/simpletest/tests/graph.test
index a6dac87ef..a5ed9314b 100644
--- a/modules/simpletest/tests/graph.test
+++ b/modules/simpletest/tests/graph.test
@@ -9,7 +9,7 @@
/**
* Unit tests for the graph handling features.
*/
-class GraphUnitTest extends DrupalWebTestCase {
+class GraphUnitTest extends DrupalUnitTestCase {
public static function getInfo() {
return array(
'name' => t('Graph'),