From 9a5e1c6a185496cf9afa30ddc6b2b4c00cfd62cc Mon Sep 17 00:00:00 2001 From: Tobias Sarnowski Date: Mon, 16 Apr 2012 13:35:21 +0000 Subject: fixed configuration loading and datadir misdirection --- _testing/integrationtests/basic/basic.test.php | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 _testing/integrationtests/basic/basic.test.php (limited to '_testing/integrationtests/basic/basic.test.php') 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 @@ -execute(); - - $this->assertTrue( - strpos($response->getContent(), 'DokuWiki') >= 0, - 'DokuWiki was not a word in the output' - ); - } -} -- cgit v1.2.3