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
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
2013-09-30Updating readme with instructions to chmod 777 the tmp/ directories when ↵mattab
running phpunit tests suite on dev + adding tmp/logs to directories that are automatically created
2013-09-19updating readme for ui testsmattab
2013-09-13Minormattab
2013-09-11Refs #4087, tweak tests README.Benaka Moorthi
2013-07-27Update README.mdham1
Added a step to ensure the `[database_tests]` section in `piwik/config/config.php.ini` is set up correctly.