mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-25 01:45:59 +00:00
[tests] Disable statistics for tests
This commit is contained in:
parent
b4482e166c
commit
6234b9bc8c
@ -16,6 +16,7 @@ class InstallWeblinksCest
|
||||
$I->am('Administrator');
|
||||
$I->installJoomlaRemovingInstallationFolder();
|
||||
$I->doAdministratorLogin();
|
||||
$I->disableStatistics();
|
||||
$I->setErrorReportingToDevelopment();
|
||||
}
|
||||
|
||||
@ -32,4 +33,5 @@ class InstallWeblinksCest
|
||||
$I->installExtensionFromUrl($url . "/pkg-weblinks-current.zip");
|
||||
$I->doAdministratorLogout();
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user