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
path: root/tests
AgeCommit message (Expand)Author
2014-10-07bug #5300 Prevent email reports from being sent twice for the same periodMatthieu Napoli
2014-10-07Fixes #6309 Remove "Website" from the Email subject and form the report title.mattab
2014-10-06Remove unnecessary UITests testsuite in phpunit.xml.dist file.diosmosis
2014-10-06refs #5940 [skip-ci] typoThomas Steur
2014-10-06refs #5940 [skip-ci] the UiTest suite is no longer needed as they run in JS nowThomas Steur
2014-10-06refs #5940 fix namespacesThomas Steur
2014-10-06refs #5940 fix namespacesThomas Steur
2014-10-06refs #5940 fix hardcoded examplePlugin folderThomas Steur
2014-10-06refs #5940 we might stay backwards compatible this way for 2 months. moved so...Thomas Steur
2014-10-06refs #5940 splitting plugin tests folder into unit, integration and system fo...Thomas Steur
2014-10-06Merge pull request #6380 from czolnowski/extend-tracking-code-cleanMatthieu Aubry
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests s...Thomas Steur
2014-10-05refs #5940 fix tests do not runThomas Steur
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of in...Thomas Steur
2014-10-05refs #5940 IntegrationTestCase => SystemTestCaseThomas Steur
2014-10-05Merge branch 'master' into 5940_testRenamingThomas Steur
2014-10-04Ignore all errors in TestingEnvironment::logVariables()diosmosis
2014-10-03Extend tracking with all changes.Marcin Czołnowski
2014-10-03Merge pull request #6376 from mnapoli/extract-decompressMatthieu Aubry
2014-10-03Fixes #6374 Make sure top menu URLs are generated properly based on user pref...mattab
2014-10-03Fixed Http testsMatthieu Napoli
2014-10-03Extracted the decompressing classes into a standalone Decompress componentMatthieu Napoli
2014-10-02Add docs for optimization strategy.diosmosis
2014-10-02Refactor DbHelper::truncateAllTables() to truncate non-core tables, and tweak...diosmosis
2014-10-02Use table prefix when truncating tables in DatabaseTestCase.diosmosis
2014-10-02Fixing more tests for DatabaseTestCase change.diosmosis
2014-10-02Make sure non-core tables are truncated by IntegrationTestCase::restoreDbTabl...diosmosis
2014-10-02Fix various tests for DatabaseTestCase changes.diosmosis
2014-10-02Change created for one specific test case.diosmosis
2014-10-01Fixes #6313 - When a user starts to get a User ID set, then we set this User ...mattab
2014-10-01Fix one test refs #6313mattab
2014-10-01Refs #6313 Adding test case showing the bug (it creates a new visit but we wa...mattab
2014-10-01Submodulesmattab
2014-09-30Remove @Only group used in debugging.diosmosis
2014-09-30Fixing UI tests and adding tests for Access::doAsSuperUser.diosmosis
2014-09-30Deprecating Piwik::setUserHasSuperUserAccess() and switching to Access::doAsS...diosmosis
2014-09-30Merge branch 'master' into readabilityImprovementsThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-30Merge pull request #6340 from piwik/remove_disablePurgeHackMatthieu Aubry
2014-09-30Removing disablePurge hack in tests, as this should not be needed anymoremattab
2014-09-30Rename test_PivotByQueryParamTest_test_PivotBySubtableDimension_CreatesCorrec...Matthieu Aubry
2014-09-30make filename shorter less than 144charsMatthieu Aubry
2014-09-30Merge pull request #6323 from piwik/6296_alternative_fixMatthieu Aubry
2014-09-29lat+long show differently on mysqli (more precision)mattab
2014-09-29The MYSQL_ATTR_FOUND_ROWS attribute only works as a connection option, and ca...mattab
2014-09-29Adding unit test to check that rowCount() really returns matched rows and not...mattab
2014-09-28Fixing LoginTest.diosmosis
2014-09-28Fixing AccessTest.diosmosis
2014-09-27Fix AccessTest integration test.diosmosis
2014-09-27Update UI tests submodule for formless login UI test.diosmosis