From 39a307a9de35a714140480b52481aae0e7c008ed Mon Sep 17 00:00:00 2001 From: "Brian J. Miller" Date: Tue, 16 Dec 2014 09:21:30 -0600 Subject: [PATCH] README updates --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f878a96..ba803c6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ For more information about the Tin Can API visit: http://tincanapi.com/ -Requires PHP 5.4 or later. +Requires PHP 5.4 or later. (If you must run something older you should look at the PHP_5_2 branch.) ### Installation @@ -28,7 +28,9 @@ require 'vendor/autoload.php'; ### Testing -Tests are implemented using PHPUnit. +Tests are implemented using PHPUnit. Configure the LRS endpoint and credentials by copying the `tests/Config.php.template` to `tests/Config.php` then setting the values for your LRS. + +Once configured run: ``` phpunit tests