File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,15 @@ Step 2
3131Example
3232```
3333
34- Run example.php
34+ Run [ src/ example.php] ( src/example.php ) and check your database
3535
3636## Running the tests
3737
38- Run [ file ] with PHPUnit
38+ Run [ test/SessionHandlerTest.php ] ( test/SessionHandlerTest.php ) and [ test/SessionDBTest.php ] ( test/SessionDBTest.php ) with PHPUnit
3939
4040```
41- $ phpunit Test.php
41+ $ phpunit test/SessionHandlerTest.php
42+ $ phpunit test/SessionDBTest.php
4243```
4344
4445## Author
Original file line number Diff line number Diff line change 99 * @copyright 2017 Liam Kelly
1010 * @license MIT License <https://github.com/likel/php-simple-sessions/blob/master/LICENSE>
1111 * @link https://github.com/likel/php-simple-sessions
12- * @version 1.0.0
12+ * @version 1.0.1
1313 */
1414namespace Likel ;
1515
Original file line number Diff line number Diff line change 1313 * @copyright 2017 Liam Kelly
1414 * @license MIT License <https://github.com/likel/php-simple-sessions/blob/master/LICENSE>
1515 * @link https://github.com/likel/php-simple-sessions
16- * @version 1.0.0
16+ * @version 1.0.1
1717 */
1818namespace Likel \Session ;
1919
You can’t perform that action at this time.
0 commit comments