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 (Collapse)Author
2019-11-03Updates travis.yml to use correct log filesgiehl
2019-07-05Update GitHub links in tests/README.md (#14631)Luca
Note: Two of the links link to a 404. However I didn't remove them, because I didn't know what way you like to handle such a case. 1. https://github.com/matomo-org/matomo/blob/master/tests/PHPUnit/config.ini.travis.php#L23-27 (Line 156) 2. https://github.com/matomo-org/matomo/blob/master/tests/README.xhprof.md (Line 179) I still think that adjusting these links is right however because /piwik/ will be a 404 sometime anyway.
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
* renaming more Piwik mentions * some more updates * fix some tests * support matomo partially as require string * fix tests * fix failing system test * fix tests * fix system test * fix test
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
* http://piwik.org -> https://piwik.org * more HTTPS URLs * some more HTTPS URLs * test README * don't show "Plugin Hompage" for Piwik plugins * fix tests * compile minified js (hope I didn't break anything) * some more small changes * fix UI test * comment length in piwik.js changed due to https links * fix test * update ui file * update submodule
2016-04-07update omni dump, new fixturePatryk Andrzejewski
2015-11-04refs #9163 use mysql instead of sqlite in tracker testsThomas Steur
2015-09-01refs #8678 fix install manual is outdatedThomas Steur
Instead of explaining how to setup Piwik in multiple places we should always link to the developer zone.
2015-03-09Remove coveralls setup from codebase fixes #7391mattab
2015-03-02Updating OmniFixture to fix a randomly failing screenshot tests ↵mattab
(transitions) refs #6693
2014-12-26fix spelling in testing readmeFelix Schwarz
2014-12-26fix markdown formatting for test readme (code blocks require 4 spaces, not tabs)Felix Schwarz
2014-12-17Small typomattab
2014-12-17Small typomattab
2014-11-12refs #6635 updated instructionsThomas Steur
2014-10-20Update README.mdMatthieu Aubry
2014-10-20Add section about fixturesMatthieu Aubry
2014-10-15Added link to coveralls.ioStefan Giehl
2014-10-10we will deprecate old test classes in 4 months and not in 2, simplified test ↵Thomas Steur
run by only allowing short version, added some examples
2014-10-10refs #5940 changed wordingThomas Steur
2014-10-10Merge branch 'master' into 5940_testRenamingAndCorrectFoldersThomas Steur
Conflicts: plugins/CoreConsole/Commands/TestsRun.php
2014-10-09Add link how to configure Phpstorm with PHPUnit from composerMatthieu Aubry
2014-10-09Merge branch 'master' into 5940_testRenamingAndCorrectFoldersThomas Steur
Conflicts: tests/PHPUnit/phpunit.xml.dist
2014-10-09visible note to make tests fast for ubuntu/linux developersMatthieu Aubry
2014-10-06refs #5940 we might stay backwards compatible this way for 2 months. moved ↵Thomas Steur
some tests from unit to integration and explained when a test is a unit test, an integration test or a system test.
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests ↵Thomas Steur
still fail and I cannot figure out why
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of ↵Thomas Steur
integration => system
2014-10-05refs #5940 IntegrationTestCase => SystemTestCaseThomas Steur
2014-09-17re-order sectionMatthieu Aubry
2014-09-14Add note about tests logs & logging level, re-organised in sectionsMatthieu Aubry
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-05-01Refs #5031 The build is green: https://travis-ci.org/piwik/piwik we're ↵mattab
running latest PHPUnit using composer. Instructions to install PHPUnit, run `php composer.phar update` in the Piwik root directory. Add the PHPUnit binary path to the your PATH environment variable. For example on Linux: Edit `.bashrc` in your home directory and add the following line: export PATH=/path/to/dir:$PATH You will need to source your `.bashrc` or logout/login (or restart the terminal) for the changes to take effect. To source your `.bashrc`, in your home directory simply type $ source .bashrc See [PHPUnit doc](http://www.phpunit.de/manual/current/en/installation.html).
2014-05-01Refs #5031 Now getting PHPUnit from composer/packagist. This will make like ↵mattab
better for core team devs Updating readme with instructions. I also hope this will solve the Autoloader issue on the UI build: https://travis-ci.org/piwik/piwik-ui-tests
2014-02-21Minormattab
2014-02-03Fixes #4614 Remove VisualPHPUnit from the codebase, since we don't use the ↵mattab
tool anymore (everyone using PHPUnit in command line)
2013-10-30Update README.mdMatthieu Aubry
2013-10-30Update README.mdMatthieu Aubry
2013-10-30Screenshot tests in own readmeMatthieu Aubry
2013-10-30Update README.mdMatthieu Aubry
2013-10-30Update README.mdMatthieu Aubry
2013-10-28Update README.mdMatthieu Aubry
clarifying screenshots test setup
2013-10-24Documenting required imagick lib for screenshot comparison generate refs #4087mattab
2013-10-15Type hint for Singletonmattab
Enabling All plugins during tests
2013-10-11Fixing build + update readmemattab
2013-10-11Tweaking tests/README.md again.diosmosis
2013-10-11Tweaking tests README.md.diosmosis
2013-10-11Updating tests README.md to reflect new Screenshot testing mechanism.diosmosis
2013-10-05Adding troubleshooting slow test hint ( Mysql slow on EXT4 partition fix )mattab
2013-10-02Updating README to link to ↵mattab
http://piwik.org/blog/2013/10/our-latest-improvement-to-qa-screenshot-testing/
2013-09-30Fix typoMatthieu Aubry