You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ For more information about the Tin Can API visit:
10
10
11
11
http://tincanapi.com/
12
12
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.)
14
14
15
15
### Installation
16
16
@@ -28,7 +28,9 @@ require 'vendor/autoload.php';
28
28
29
29
### Testing
30
30
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.
0 commit comments