diff options
author | Tobias Sarnowski <tobias@trustedco.de> | 2012-04-16 13:35:21 +0000 |
---|---|---|
committer | Tobias Sarnowski <tobias@trustedco.de> | 2012-04-16 13:35:21 +0000 |
commit | 9a5e1c6a185496cf9afa30ddc6b2b4c00cfd62cc (patch) | |
tree | 3ea5d5f36911e63b1ccabb6ad4fde0c113034680 /_testing/integrationtests/basic/basic.test.php | |
parent | 561684d896adf0e59938acc1a03903059c2d63a0 (diff) | |
download | rpg-9a5e1c6a185496cf9afa30ddc6b2b4c00cfd62cc.tar.gz rpg-9a5e1c6a185496cf9afa30ddc6b2b4c00cfd62cc.tar.bz2 |
fixed configuration loading and datadir misdirection
Diffstat (limited to '_testing/integrationtests/basic/basic.test.php')
-rw-r--r-- | _testing/integrationtests/basic/basic.test.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/_testing/integrationtests/basic/basic.test.php b/_testing/integrationtests/basic/basic.test.php deleted file mode 100644 index 56cef965f..000000000 --- a/_testing/integrationtests/basic/basic.test.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php - -class BasicTest extends PHPUnit_Framework_TestCase { - function testSimpleRun() { - $request = new TestRequest(); - - $response = $request->execute(); - - $this->assertTrue( - strpos($response->getContent(), 'DokuWiki') >= 0, - 'DokuWiki was not a word in the output' - ); - } -} |