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-12Load plugins in tests automatically through testing environment manipulation,...diosmosis
2015-06-12Workaround phpunit class loading issue caused by testing environment variable...diosmosis
2015-06-11Merge pull request #8086 from piwik/ucfirst_intldataMatthieu Aubry
2015-06-11Merge pull request #8027 from piwik/test_env_di_8Benaka
2015-06-11fixed testsgiehl
2015-06-09Updating screenshotsMatthieu Napoli
2015-06-09Hide div containing the date in a UI testMatthieu Napoli
2015-06-09Hide div containing the date in a UI testMatthieu Napoli
2015-06-09Updating screenshotsMatthieu Napoli
2015-06-09Site Manager new design, Dashboard fixed UI test, Tracking code & Mobile mess...mattab
2015-06-09Add some debug info to page loading timeout in screenshot testing lib.diosmosis
2015-06-09Fix segmentation fault caused by Dashboard_spec.js by executing JS in page in...diosmosis
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-06By default, load real translations for system test cases, since API compariso...diosmosis
2015-06-06use new translations from Intl pluginsgiehl
2015-06-06Create custom TestingEnvironmentVariablesDefinitionSource in TestingEnvironme...diosmosis
2015-06-06Allow multiple environments to be specified to Environment constructor. Add h...diosmosis
2015-06-06Allow only a single EnvironmentManipulator instance to be specified in Enviro...diosmosis
2015-06-06Use custom DefinitionSource to access TestingEnvironmentVariables so those va...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-06Use FakeAccess class in DI test.php instead of Piwik_MockAccess. Remove Piwik...diosmosis
2015-06-05Move Environment.bootstrapped event observer in test.php DI config file to Te...diosmosis
2015-06-05Create manipulator manually in proxy entrypoints instead of using TestingEnvi...diosmosis
2015-06-05Move test environment setup logic from TestingEnvironmentVariables::addHooks(...diosmosis
2015-06-05Rename TestingEnvironment to TestingEnvironmentVariables.diosmosis
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