Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjmiller committed Dec 16, 2014
1 parent 30c5ce0 commit 39a307a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 39a307a

Please sign in to comment.