Skip to content

Commit 3dbb908

Browse files
Update README.md
1 parent f1eb4dc commit 3dbb908

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ To get started with the installation, follow these steps:
4646

4747
10. Visit the application at [http://localhost:8000](http://localhost:8000)
4848

49+
## Tests
50+
51+
To get started with the tests, make sure you have enabled these extensions in your "php.ini" file if you are running application on your local machine:
52+
53+
```
54+
extension=pdo_sqlite
55+
extension=sqlite3
56+
```
57+
4958
## Features
5059

5160
This application includes the following features:

0 commit comments

Comments
 (0)