Skip to content

Commit 4873be2

Browse files
committed
Modify README
1 parent 4cb86fa commit 4873be2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

readme.md

+15
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,18 @@ follow this
150150
```sh
151151
docker logs -f --details containerName
152152
```
153+
154+
## Test
155+
156+
Firstly, we have to go into our app Laravel container.
157+
```
158+
docker exec -it <app_container_ID> bash
159+
```
160+
Then, run the following command to test:
161+
```
162+
./vendor/bin/phpunit
163+
```
164+
Write your own TestCase
165+
```
166+
php artisan make:test <TestCaseClass>
167+
```

0 commit comments

Comments
 (0)