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
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
2014-06-11Add small base test case class for testing console commands.diosmosis
2014-05-30reimplemented caching; fixed detection of BOT 'os'sgiehl
2014-05-01PHPUnit doc says to add vendor/bin to include path refs #5031mattab
2014-05-01Adding PHPUnit to include path, maybe this helps? refs #5031mattab
2014-04-30Updating comment to reference to ./console core:archive instead of archive.phpmattab
2014-04-12Buildmattab
2014-04-08Merge pull request #256 from piwik/DeviceDetectorIntegrationMatthieu Aubry
2014-04-07force_ssl should start working only after Piwik is installedmattab
2014-04-03UserAgentParserEnhanced is now required and used from it's own composer packa...sgiehl
2014-03-26Define PIWIK_DOCUMENT_ROOT constant for tests.diosmosis
2014-03-13Move SqlDump fixture from Bencharmks dir to Fixtures dir, fix bug in core/Upd...diosmosis
2014-02-25Refs #4739, allow JavaScript screenshot tests to override Piwik behavior by s...diosmosis
2014-02-24Refs #4739, #4189, remove persist_fixture_data config option code, placed Omn...diosmosis
2014-02-20Refactoring testing framework:diosmosis
2014-01-29Refs #4189, added UI unit test base class and tests for ViewDataTable. Refact...diosmosis
2014-01-23Refs #1673 Also allow plugin tests in the /Test foldermattab
2014-01-16refs #1486 load fixtures from plugins when running UI testsThomas Steur
2013-12-22allow using Piwik when installed as a Composer dependencyChristian Raue
2013-11-18Error messages friendly to CLI output (no html, spaces displayed correctly......mattab
2013-11-18Refs #4310 Moving XHProf from tests bootstrap to coremattab
2013-11-14increasing timeout in case it help piwik-ui-tests failuremattab
2013-10-16Fix intermittent build issue by increasing timeoutmattab
2013-10-09Refs #4202 Menu refactor GO. This one is tricky...mattab