1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-06 08:18:27 +01:00

Update readme with testing information

This commit is contained in:
Kovah 2019-04-27 11:59:09 +02:00
parent 8a67737f29
commit 42ffabb4fc
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -231,6 +231,15 @@ Currently you can do this by using the command line:
docker exec -it linkace-php bash -c "php artisan registeruser [user name] [user email]"
```
### Tests
You may run some existing tests with the following command:
```bash
docker exec -it linkace-php bash -c "./vendor/bin/phpunit"
```
---
LinkAce is a project by [Kovah](https://kovah.de) | [Contributors](https://github.com/Kovah/LinkAce/graphs/contributors)