diff options
author | Tobias Sarnowski <tobias@trustedco.de> | 2012-04-17 08:21:23 +0000 |
---|---|---|
committer | Tobias Sarnowski <tobias@trustedco.de> | 2012-04-17 08:21:23 +0000 |
commit | 9f0205f78bcd8c93dda22f7582b7b7b8d2097115 (patch) | |
tree | 4f71999ddcf36b3971f494d73e298a6ea9b1f8aa | |
parent | d8deaf4a82a59cfdcfb6de9b583196dc94095bfd (diff) | |
download | rpg-9f0205f78bcd8c93dda22f7582b7b7b8d2097115.tar.gz rpg-9f0205f78bcd8c93dda22f7582b7b7b8d2097115.tar.bz2 |
renamed class correctly
-rw-r--r-- | _testing/tests/testing/inttests_scope.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_testing/tests/testing/inttests_scope.test.php b/_testing/tests/testing/inttests_scope.test.php index af0e267b5..9341ecef8 100644 --- a/_testing/tests/testing/inttests_scope.test.php +++ b/_testing/tests/testing/inttests_scope.test.php @@ -3,7 +3,7 @@ /** * @group integration */ -class InttestsScopeTest extends DokuWikiTest { +class InttestsResetTest extends DokuWikiTest { /** * It should be possible to have two test cases within one test class. */ |