Skip to content

Commit

Permalink
info about sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Jun 22, 2018
1 parent 9b16ab6 commit d9ad10b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ return [
## Testing

In order to run the unit tests execute:
In order to run the unit tests install sqlite

```sh
sudo apt-get install php-sqlite3
```

and run the tests

```sh
./vendor/bin/phpunit tests/
Expand Down

0 comments on commit d9ad10b

Please sign in to comment.