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
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -48,26 +48,36 @@ To get started with the installation, follow these steps:
48
48
49
49
## Tests
50
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:
51
+
To get started with the tests, make sure you have enabled these extensions in your "php.ini" file if you are running the application on your local machine:
52
52
53
53
```
54
54
extension=pdo_sqlite
55
55
extension=sqlite3
56
56
```
57
57
58
+
Before running test make sure you bilded application using following command:
0 commit comments