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 (Collapse)Author
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-09-02file_exists checkThaDafinser
2015-09-02Revert "fixing folder already exists"ThaDafinser
This reverts commit 93f4c414a3276a0ec62894caab32d2e7eca064f5.
2015-09-02fixing folder already existsThaDafinser
2015-07-13Refs #8311, add automated system test for the api_internal_call.php example ↵diosmosis
script. Includes new proxy script that will call another script using Piwik's test environment, but w/o actually setting up the test env.
2015-06-20Allow embedding environments during tests w/ changes to testing environment ↵diosmosis
variables, by reload vars in manipulator before manipulating an environment.
2015-06-17refs #7893 added possibility to measure mobile appsThomas Steur
2015-06-06Remove TestingEnvironment.addHooks test event, should use DI in the future.diosmosis
2015-06-06Use FakeAccess class in DI test.php instead of Piwik_MockAccess. Remove ↵diosmosis
Piwik_MockAccess since it is no longer used.
2015-06-05Create manipulator manually in proxy entrypoints instead of using ↵diosmosis
TestingEnvironmentVariables::addHooks().
2015-06-05Move test environment setup logic from ↵diosmosis
TestingEnvironmentVariables::addHooks() to a new EnvironmentManipulator. Remove MakeGlobalSettingsWithFile since it is now redundant.
2015-06-05Rename TestingEnvironment to TestingEnvironmentVariables.diosmosis