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
2021-10-28update database test work without section set (#18151)Peter Zhang
2021-10-07Merge 4.5.0 release (#18105)Justin Velluppillai
2021-06-18fix regression in trackingspamprevention and warning in bound parameter check...dizzy
2020-07-05Improve host validation (#16169)Thomas Steur
2020-01-28Use rebranded components (#15253)Stefan Giehl
2020-01-16Removes some methods deprecated for Matomo 4 (#15386)Stefan Giehl
2019-03-15Support multiple plugin paths (#14051)Thomas Steur
2017-09-27Pass --piwik-domain value to phpunit via environment variable so correct INI ...Benaka
2015-10-27Try to fix nginx setup on travis. Includes new [tests] INI config parameter f...diosmosis
2015-10-04Since autoloading is used now, do not manually include fixture files during t...diosmosis
2015-06-12Workaround phpunit class loading issue caused by testing environment variable...diosmosis
2015-06-06Allow multiple environments to be specified to Environment constructor. Add h...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-04-09Document UnitTestCase::provideContainerConfig and clean up bootstrap.php cont...diosmosis
2015-04-05Move DI container creation to Piwik\Application\Environment class.diosmosis
2015-04-02Remove uses of Config::init(), Config::clear() and Config::setTestEnvironment...diosmosis
2015-02-23fixes #6635 automatically configure database_tests config for developers when...Thomas Steur
2015-02-20Maybe this helps the UI tests?mattab
2015-02-11it is ok if there is an update available for PiwikThomas Steur
2015-02-09Fix unit tests by removing deprecated classesMatthieu Napoli
2015-02-09usually tests to destroy the database on teardown so it is ok if the piwik_te...Thomas Steur
2015-02-03include UI specs in Piwik repo and run tests in this repository.Thomas Steur
2015-01-15Increase the timeout for testsMatthieu Napoli
2015-01-14When database is not created yet, prevent fails from testing locallymattab
2015-01-07Display proper URL used in the HTTP request in test outputmattab
2015-01-05Fix unit tests by loading no translations by default in testsMatthieu Napoli
2015-01-05Fixing testsMatthieu Napoli
2015-01-05crapMatthieu Napoli
2015-01-05Updated the URLMatthieu Napoli
2015-01-05Faster bootstrap for PHPUnit testsMatthieu Napoli
2014-12-22Removed Piwik\Loader: Composer's autoloader is now included in core/bootstrap...Matthieu Napoli
2014-12-22Moved common bootstrap code in a `core/bootstrap.php` fileMatthieu Napoli
2014-12-10#6622 Logger refactoring: introduced a DI config for the test environmentMatthieu Napoli
2014-11-12refs #6635 if user has not configured test section but Piwik is installed the...Thomas Steur
2014-11-12refs #6635 move php server config from phpunit.xml to config which seems to s...Thomas Steur
2014-10-24Simplified tests autoloading by using Composer's "autoload-dev"Matthieu Napoli
2014-10-24Fixed master buildMatthieu Napoli
2014-10-24do not check for piwik installation when running unit testsThomas Steur
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to remove...Thomas Steur
2014-10-06refs #5940 we might stay backwards compatible this way for 2 months. moved so...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-02Change created for one specific test case.diosmosis
2014-08-21Get xhprof integration to work. Only setup xhprof once per php execution and ...diosmosis
2014-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-07-26Refactoring IntegrationTestCase class:diosmosis
2014-07-10Refs #5800, add namespaces to all Fixture classes.diosmosis
2014-06-11Merge branch 'master' into DeviceDetector2sgiehl