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:
authorMatthieu Aubry <matt@piwik.org>2014-10-09 11:04:12 +0400
committerMatthieu Aubry <matt@piwik.org>2014-10-09 11:04:12 +0400
commitdad8a6aab09226ed0952290b9f94dd1a63b96c9d (patch)
treed3bc8df33175488725ac3a01d5c689fcd23b2eac /tests/README.md
parentbb0d2938ece15a0480417ad8e1384f31060671f6 (diff)
Add link how to configure Phpstorm with PHPUnit from composer
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 beba10ecc7..bc35bb93eb 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -135,7 +135,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)
@@ -145,6 +144,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.