Documentation references to /Tests modified to reference /Examples instead
This commit is contained in:
parent
b2a26349d4
commit
2ac1596a90
10
install.txt
10
install.txt
|
@ -59,16 +59,16 @@ Getting started
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
A good way to get started is to run some of the tests included in the download.
|
A good way to get started is to run some of the tests included in the download.
|
||||||
Copy the "Tests" folder next to your "Classes" folder from above so you end up with:
|
Copy the "Examples" folder next to your "Classes" folder from above so you end up with:
|
||||||
|
|
||||||
/var/www/Tests/01simple.php
|
/var/www/Examples/01simple.php
|
||||||
/var/www/Tests/02types.php
|
/var/www/Examples/02types.php
|
||||||
...
|
...
|
||||||
|
|
||||||
Start running the test by pointing your browser to the test scripts:
|
Start running the test by pointing your browser to the test scripts:
|
||||||
|
|
||||||
http://example.com/Tests/01simple.php
|
http://example.com/Examples/01simple.php
|
||||||
http://example.com/Tests/02types.php
|
http://example.com/Examples/02types.php
|
||||||
...
|
...
|
||||||
|
|
||||||
Note: It may be necessary to modify the include/require statements at the beginning of
|
Note: It may be necessary to modify the include/require statements at the beginning of
|
||||||
|
|
Loading…
Reference in New Issue