diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-05-01 22:58:57 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-05-01 22:58:57 +0200 |
commit | 050f8f4ddc32167e205a190eec9a60ad8f3caed5 (patch) | |
tree | d33554bde021d49cc7d802b4e053357e5e3b6b8f /_test/tests/lib/exe | |
parent | 3c0d44f1aa44d3ac3d8b9e652d172b1eda680bbf (diff) | |
download | rpg-050f8f4ddc32167e205a190eec9a60ad8f3caed5.tar.gz rpg-050f8f4ddc32167e205a190eec9a60ad8f3caed5.tar.bz2 |
removed unecessary requiresin unit tests
Diffstat (limited to '_test/tests/lib/exe')
-rw-r--r-- | _test/tests/lib/exe/css_css_compress.test.php | 1 | ||||
-rw-r--r-- | _test/tests/lib/exe/js_js_compress.test.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/_test/tests/lib/exe/css_css_compress.test.php b/_test/tests/lib/exe/css_css_compress.test.php index 811b0cee8..a7c87b6a7 100644 --- a/_test/tests/lib/exe/css_css_compress.test.php +++ b/_test/tests/lib/exe/css_css_compress.test.php @@ -2,7 +2,6 @@ require_once DOKU_INC.'lib/exe/css.php'; - class css_css_compress_test extends DokuWikiTest { function test_mlcom1(){ diff --git a/_test/tests/lib/exe/js_js_compress.test.php b/_test/tests/lib/exe/js_js_compress.test.php index 75c69c347..cda05162d 100644 --- a/_test/tests/lib/exe/js_js_compress.test.php +++ b/_test/tests/lib/exe/js_js_compress.test.php @@ -2,7 +2,6 @@ require_once DOKU_INC.'lib/exe/js.php'; - class js_js_compress_test extends DokuWikiTest { function test_mlcom1(){ |