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
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests s...Thomas Steur
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of in...Thomas Steur
2014-10-05refs #5940 IntegrationTestCase => SystemTestCaseThomas Steur
2014-07-26Remove unnecessary archive table deletion in archiver tests (tables deleted b...diosmosis
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-10Refs #5800, add namespaces to all Fixture classes.diosmosis
2014-07-09Refs #5800, add namespaces to integration tests in root folder. Also add Inte...diosmosis
2014-07-07Remove redundant fixture setup from ArchiveWebTest and add some more logging ...diosmosis
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console core...mattab
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-04-17This failed once after a lunar eclipsemattab
2014-04-17fix Archive*Testmattab
2014-04-16Going after random test failures on php 5.3mattab
2014-03-26Add integration test for archive cron output text.diosmosis
2014-03-17Refs #4862 Disabling random failing tests for nowmattab
2014-03-17Tweaks to see if it helps the last build failure...mattab
2014-03-17Simplify test codemattab
2014-03-17Fixes #4857mattab
2014-03-17debugging travis failures, skipping some testsmattab
2014-03-17Refs #4827 Adding test case: segment is pre-processed, and test both cases: w...mattab
2014-03-02Merge branch 'master' into uiunittestsdiosmosis
2014-02-27Remove test again as it still randomly failsmattab
2014-02-24Merge branch 'master' into uiunittestsdiosmosis
2014-02-23Trying to re-enable these tests now that we've rewritten how archive.php work...mattab
2014-02-20Refactoring testing framework:diosmosis
2014-02-12refs #4610 fix testsThomas Steur
2013-11-28Disabling this random build failure... for "now".mattab
2013-11-26Fixes #4341mattab
2013-11-26Updating fixturesmattab
2013-11-22Testmattab
2013-11-20Minormattab
2013-11-20Getting desperate at this failmattab
2013-11-19Reverting local changesmattab
2013-11-19trying to work around random build issue for nowmattab
2013-11-17Changing order of tests for more useful outputmattab
2013-11-15Adding basic testmattab
2013-11-14Removing useless testmattab
2013-11-14Adding test output to help debug random build failuremattab
2013-11-11While this fails the Plugin tests, let's see if it solves the random build is...mattab
2013-10-15Cleaning up @group comments on tests to keep only 4 groups: Core, Integration...mattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-09Buildmattab
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-07Removed Piwik::log and replace with calls to Log::... functions. Also changed...Benaka Moorthi
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-16DbHelper groups logic around Db, tables, etc.mattab
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab