add alias for phpunit in the .bashrc

This commit is contained in:
Mahmoud Zalt
2016-05-18 10:25:54 +03:00
parent 7171996843
commit 3b2831bf1d
2 changed files with 6 additions and 3 deletions

View File

@ -389,7 +389,7 @@ The Nginx Log file is stored in the `logs/nginx` directory.
However to view the logs of all the other containers (MySQL, PHP-FPM,...) you can run this:
```bash
docker logs {container-id}
docker logs {container-name}
```
@ -454,7 +454,7 @@ composer require predis/predis:^1.0
2 - enter any container using:
```bash
docker exec -it {container-name-or-id} bash
docker exec -it {container-name} bash
```
3 - to exit a container, type `exit`.