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
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2014-10-10 00:55:11 +0400
committerThomas Steur <thomas.steur@gmail.com>2014-10-10 00:55:11 +0400
commit5b79f746876e24e1171c5cbfc25c5cfb21e87e36 (patch)
treeb33ff9be7fa684a165711f4f102bc88aec26f016 /tests/README.md
parentd73cc850817c5c51bd8359ecb6a8f3b7a49ebd1c (diff)
parent9c32a948e1fd70c1db09147f634cde4a6bd4e5c4 (diff)
Merge branch 'master' into 5940_testRenamingAndCorrectFolders
Conflicts: plugins/CoreConsole/Commands/TestsRun.php
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index 1e1299eae7..8a418cb143 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -161,7 +161,6 @@ By default tests running on Travis CI will log all messages of at least `INFO` l
Note: `DEBUG` and `VERBOSE` messages are not logged by default (to keep Travis page loading fast). At any time you can temporarirly enable logging by [modifying this file](https://github.com/piwik/piwik/blob/master/tests/PHPUnit/config.ini.travis.php#L23-27) and changing `log_level = info` to `log_level = debug` or `log_level = verbose`.
-
### Screenshot tests build artifacts
The screenshot tests generated by the continuous integration server are uploaded in [builds-artifacts.piwik.org/ui-tests.master/](http://builds-artifacts.piwik.org/ui-tests.master/?C=M;O=D)
@@ -171,6 +170,12 @@ The screenshot tests generated by the continuous integration server are uploaded
See [tests/README.troubleshooting.md](https://github.com/piwik/piwik/blob/master/tests/README.troubleshooting.md) for troubleshooting the tests.
## Advanced users
+
+### Debugging tests
+
+As a software developer writing tests it can be useful to be able to set breakpoints and debug while running tests. If you use Phpstorm [read this answer](http://stackoverflow.com/a/14998884/3759928) to learn to configure Phpstorm with the PHPUnit from Composer.
+
+
### Benchmarks
See [tests/PHPUnit/Benchmarks/README.md](https://github.com/piwik/piwik/blob/master/tests/PHPUnit/Benchmarks/README.md) to learn about running Benchmark tests.