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:
authormattab <matthieu.aubry@gmail.com>2013-10-11 08:44:52 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-11 08:44:52 +0400
commitb2e72140758928f9a6dd426c064cadf157371955 (patch)
tree196f74fb019e27cf109cda08931c03dc06d7dc5c /tests/README.md
parent96df9d579a53515bcc9712bf10f4e1adecf1cbb0 (diff)
Fixing build + update readme
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index d9fc3eb826..25c26207e0 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -23,6 +23,12 @@ You can get the latest Git revision at: http://github.com/piwik/piwik
$ git clone https://github.com/piwik/piwik.git
```
+Next install Composer which will lets you download the libraries used in Piwik:
+```
+$ curl -sS https://getcomposer.org/installer | php
+$php composer.phar install
+```
+
To execute the tests:
* In your php.ini make sure you have the setting to show all errors:
@@ -101,7 +107,15 @@ Change from:
to this:
`UUID=83237e54-445f-8b83-180f06459d46 / ext4 errors=remount-ro,nobarrier 0 1`
-Then
+### Using latest GIT version
+On ubuntu to use the latest GIT:
+
+```
+sudo add-apt-repository ppa:git-core/ppa
+sudo apt-get update
+sudo apt-get upgrade
+```
+
## Integration Tests
Integration tests files are in `tests/PHPUnit/Integration/*Test.php`