Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-27Allow extra environments to be specified through testing environment variable...diosmosis
2015-10-27HTTP Host: header can have port so don't do special manipulations during test.diosmosis
2015-10-27Make sure server port is included in current URLs in case Piwik is on a separ...diosmosis
2015-09-11If a test case class or fixture class is supplied in TestingEnvironmentManipu...diosmosis
2015-06-25Fix bug in TestingEnvironmentManipulator, don't use method_exists on instance...diosmosis
2015-06-24For UI tests make sure to handle fixtureClass test environment variable in Te...diosmosis
2015-06-20Try to get extra plugin to load from fixture class in addition to test case c...diosmosis
2015-06-20In TestingEnvironmentManipulator, set Plugins in GLobalSettingsProvider inste...diosmosis
2015-06-20When getting fixture and test case configs to override in tests, do not use a...diosmosis
2015-06-20Make TEstingEnvironmentManipulator override the global settings provider ONLY...diosmosis
2015-06-20Allow embedding environments during tests w/ changes to testing environment v...diosmosis
2015-06-16Fixes #8110, make sure plugins are sorted correctly during tests. Moved plugi...diosmosis
2015-06-15Fixes #8111, make sure to load plugins specified in testing environment varia...diosmosis
2015-06-12Load plugins in tests automatically through testing environment manipulation,...diosmosis
2015-06-06Create custom TestingEnvironmentVariablesDefinitionSource in TestingEnvironme...diosmosis
2015-06-06Allow multiple environments to be specified to Environment constructor. Add h...diosmosis
2015-06-06Remove TestingEnvironment.addHooks test event, should use DI in the future.diosmosis
2015-06-05Move Environment.bootstrapped event observer in test.php DI config file to Te...diosmosis
2015-06-05Move test environment setup logic from TestingEnvironmentVariables::addHooks(...diosmosis