Skip to content

Commit 39a307a

Browse files
committed
README updates
1 parent 30c5ce0 commit 39a307a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more information about the Tin Can API visit:
1010

1111
http://tincanapi.com/
1212

13-
Requires PHP 5.4 or later.
13+
Requires PHP 5.4 or later. (If you must run something older you should look at the PHP_5_2 branch.)
1414

1515
### Installation
1616

@@ -28,7 +28,9 @@ require 'vendor/autoload.php';
2828

2929
### Testing
3030

31-
Tests are implemented using PHPUnit.
31+
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.
32+
33+
Once configured run:
3234

3335
```
3436
phpunit tests

0 commit comments

Comments
 (0)