diff options
Diffstat (limited to 'tests/lib/setup.php')
-rw-r--r-- | tests/lib/setup.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/lib/setup.php b/tests/lib/setup.php index 72c84520056..bc78c14008f 100644 --- a/tests/lib/setup.php +++ b/tests/lib/setup.php @@ -130,17 +130,4 @@ class Test_OC_Setup extends \Test\TestCase { ->will($this->returnValue('NotAnArray')); $this->setupClass->getSupportedDatabases(); } - - /** - * This is actual more an integration test whether the version parameter in the .htaccess - * was updated as well when the version has been incremented. - * If it hasn't this test will fail. - */ - public function testHtaccessIsCurrent() { - $result = self::invokePrivate( - $this->setupClass, - 'isCurrentHtaccess' - ); - $this->assertTrue($result); - } } |