Fix phpMyAdmin download link

This commit is contained in:
VirtuBox
2019-07-24 11:03:50 +02:00
parent f96537a5b5
commit f0a0834205
9 changed files with 323 additions and 344 deletions

View File

@@ -27,12 +27,6 @@ class CliTestCaseClean(test.WOTestCase):
self.app.run()
self.app.close()
def test_wo_cli_clean_memcache(self):
self.app = get_test_app(argv=['clean', '--memcache'])
self.app.setup()
self.app.run()
self.app.close()
def test_wo_cli_clean_opcache(self):
self.app = get_test_app(argv=['clean', '--opcache'])
self.app.setup()