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
2015-06-08Updating screenshotsMatthieu Napoli
2015-06-08Updating screenshotsMatthieu Napoli
2015-06-08Adding meta tags to tests expected files refs #8058mattab
2015-06-08Merge pull request #8017 from piwik/i18n-data-extendedMatthieu Aubry
2015-06-08Merge pull request #8018 from piwik/7891Matthieu Aubry
2015-06-06use new translations from Intl pluginsgiehl
2015-06-05Merge pull request #8016 from piwik/fix/deactivating-pluginsMatthieu Napoli
2015-06-05Added test covering #8007Matthieu Napoli
2015-06-05Remove the deprecated strict option in phpunit configMatthieu Napoli
2015-06-05Fix UI test so that it doesn't include the date of today (screenshot will cha...Matthieu Napoli
2015-06-05Updating screenshots following redesignsMatthieu Napoli
2015-06-05Updating screenshots following redesignsMatthieu Napoli
2015-06-05Fixes #8041, fixing UI test issues (some at least) on travis by upgrading to ...diosmosis
2015-06-03Fix UITestFixture, add token auth to request to create dashboards since the c...diosmosis
2015-06-03Fixing test in CliMultiTest.php that fails now that loaded access is removed ...diosmosis
2015-06-03Fixing test failures due to putting Auth in DI.diosmosis
2015-06-03Fixing all tests that use Access::setSingletonInstance().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-03Merge pull request #8008 from piwik/test_env_di_5Matthieu Napoli
2015-06-03refs #7891 if only one subtable is given in a table, expand it automaticallyThomas Steur
2015-06-02Updating expected UI screenshots for https://github.com/piwik/piwik/pull/7896...diosmosis
2015-06-02Attempt to fix UI test failure, make sure assets are cleared before and after...diosmosis
2015-06-02Fixing ImportLogsTest that simulates a tracker failure. Instead of using auth...diosmosis
2015-06-02Modify StaticContainer::$definitions to be an array of definitions, so calls ...diosmosis
2015-06-02Remove TestingEnvironment variables logging from test runs, as it has not to ...diosmosis
2015-06-02By default, use real Access instance in test DI config. In UI tests, default ...diosmosis
2015-06-02Fix settings related tests that require clearing FakeAccess access.diosmosis
2015-06-02Fix AccessTest by using new instances of Access to test, instead of using sin...diosmosis
2015-06-02Remove unnecessary initEnvironment() call in AssetManagerTest.diosmosis
2015-06-02In ArchiveCronTest make sure to use real translations, because for some reaso...diosmosis
2015-06-02Fixing ArchiveWebTest, now that test.php is used (which disables the logger),...diosmosis
2015-06-02Make sure test case class is saved in TestingEnvironment file so proxy entry ...diosmosis
2015-06-02Move TestingEnvironment::arrayMergeRecursiveDistinct() to TestConfig since th...diosmosis
2015-06-02Move DI config overrides in TestingEnvironment to test.php DI config.diosmosis
2015-06-02Use test.php DI config options if PIWIK_TEST_MODE is defined.diosmosis
2015-06-02Add TestingEnvironment to DI and use Config instead of TestConfig in ConfigTe...diosmosis
2015-06-02Rename Piwik_TestingEnvironment to TestingEnvironment and move the class to P...diosmosis
2015-06-02Updating UI screenshots for new Theme UI test.diosmosis
2015-06-01Merge pull request #8015 from piwik/fixing-themesBenaka
2015-06-01Removed deprecated method scheduled for removal (fixing unit tests)Matthieu Napoli
2015-06-01Fix UI testMatthieu Napoli
2015-06-01Updating screenshots following mergeMatthieu Napoli
2015-05-31#8015 Added a test for themes on the UI demo pageMatthieu Napoli
2015-05-28Added UI test for themesMatthieu Napoli
2015-05-27fixed testssgiehl
2015-05-26Merge pull request #7957 from piwik/test_env_di_3Benaka
2015-05-26Updating screenshot submoduleMatthieu Napoli
2015-05-26Merge pull request #7992 from piwik/6244Benaka
2015-05-26Add integration test for tracking Download and Outlink with fragmentmattab