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
2017-01-26Enable Scheduled reports with images in CI Tests + Fix build (#11269)Matthieu Aubry
2016-12-02Password hashing (#10926)Thomas Steur
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-06-06ensure to reset translated categories for each system test (#10210)Stefan Giehl
2016-05-16adds some more test casessgiehl
2016-04-11refs #7983 let plugins add or remove fields to websites and better settings apiThomas Steur
2016-01-22Fixes #6766 Let Super User view and edit segments created by other usersmattab
2016-01-13Archive in UITestFixture using correct test environment overrides (loadRealTr...diosmosis
2016-01-13delete test env variables only before setup, otherwise setting up the omnifix...sgiehl
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-11-19cleanupsgiehl
2015-11-19moved definitions of search engines to new repo and converted them to better ...sgiehl
2015-10-27Allow extra environments to be specified through testing environment variable...diosmosis
2015-10-27Fixing integration tests.diosmosis
2015-10-27Add port in tests to tracker URL.diosmosis
2015-10-27Debugging travis test failure.diosmosis
2015-10-02Flush lazy cache in fixturemattab
2015-09-24fixing windows testsMartin Keckeis
2015-09-18Add event that allows plugins to archive data even if there are no visits for...diosmosis
2015-09-11Merge pull request #8726 from piwik/scheduled_reports_catchMatthieu Aubry
2015-09-11Append the request_uri but avoid double slashes (for integration tests to pass)mattab
2015-09-11Message to help developers who may have misconfigured piwik while running testsmattab
2015-09-11Append request_uri to the Piwik URL in tests refs #7253 #6645mattab
2015-09-11Clear all singletons during fixture setup/teardown in tests.diosmosis
2015-08-12Fix tests and fixtures to work with an http host different than localhostMatthieu Napoli
2015-06-26Make sure Fixture::downloadGeoipDatabases will copy the downloaded files to /...diosmosis
2015-06-25In SystemTestCase, override testing environment var using new Fixture propert...diosmosis
2015-06-24Install and activate plugins during tests after 'updating' the database.diosmosis
2015-06-24Do not login as super user if a FakeAccess instance is used during tests.diosmosis
2015-06-24Make sure dbName testing environment variable is set properly in Fixture.php ...diosmosis
2015-06-20Setup test environment before anything else in Fixture setup so test case cla...diosmosis
2015-06-20Add parameter docs specifying that parameters are ignored for Fixture::loadAl...diosmosis
2015-06-20Make sure to destroy the environment in integration tests.diosmosis
2015-06-20Make sure provideContainerConfig() results in Fixture are propagated to all P...diosmosis
2015-06-17refs #7893 added possibility to measure mobile appsThomas Steur
2015-06-16Add sanity check and assert in tests, to make trouble shooting easiermattab
2015-06-12Load plugins in tests automatically through testing environment manipulation,...diosmosis
2015-06-06Deprecate Fixture::$loadTranslations and remove use.diosmosis
2015-06-06Remove TestingEnvironment.addHooks test event, should use DI in the future.diosmosis
2015-06-05Rename TestingEnvironment to TestingEnvironmentVariables.diosmosis
2015-06-03In Fixture setup, login as superuser after the superuser is created.diosmosis
2015-06-03Move Access singleton to DI.diosmosis
2015-06-02Make sure test case class is saved in TestingEnvironment file so proxy entry ...diosmosis
2015-06-02Use test.php DI config options if PIWIK_TEST_MODE is defined.diosmosis
2015-06-02Rename Piwik_TestingEnvironment to TestingEnvironment and move the class to P...diosmosis
2015-05-25Moved Config object to the DI container and override w/ TestConfig through DI...diosmosis
2015-05-22Make sure custom container config defined in Fixtures w/ provideContainerConf...diosmosis
2015-05-21For integration tests, recreate test environment in setUp(). This is required...diosmosis
2015-05-21Use observers.global DI config in TestingEnvironment to define event observer...diosmosis
2015-05-21Allow event observers to be defined before the container is created via the o...diosmosis