# 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
```
