mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-16 16:17:43 +03:00
16 lines
197 B
Markdown
16 lines
197 B
Markdown
# Run tests on Linux
|
|
|
|
``` bash
|
|
cd /path/to/uuid/resources/vagrant/linux
|
|
vagrant up
|
|
vagrant ssh
|
|
```
|
|
|
|
Once inside the VM:
|
|
|
|
``` bash
|
|
cd uuid/
|
|
composer install
|
|
composer run-script --timeout=0 test
|
|
```
|