Files
php-uuid/resources/vagrant/windows/README.md
T
2020-01-22 18:19:27 -06:00

17 lines
211 B
Markdown

# Run tests on Windows
``` bash
cd /path/to/uuid/resources/vagrant/windows
vagrant up
vagrant ssh
```
Once inside the VM:
``` bash
refreshenv
cd uuid
composer install
composer run-script --timeout=0 test
```