diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2021-12-17 15:21:53 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2021-12-17 15:24:59 +0100 |
| commit | a47513aeeb728b6316ba6765afdd7e5adbf4f2e3 (patch) | |
| tree | 2ebb3a6936af606b0276f67d4cebb446d60cc610 /wrappers/php/phpunit.xml | |
| parent | a4d394a8794a254a102b8fa3bf311d4c59f9e9b5 (diff) | |
Add PHP wrapper, use header for right platform for PHP & Swift, simplify Swift Windows fix
Diffstat (limited to 'wrappers/php/phpunit.xml')
| -rw-r--r-- | wrappers/php/phpunit.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wrappers/php/phpunit.xml b/wrappers/php/phpunit.xml new file mode 100644 index 0000000..74b4581 --- /dev/null +++ b/wrappers/php/phpunit.xml @@ -0,0 +1,7 @@ +<phpunit colors="true"> + <testsuites> + <testsuite name="EduVpnCommon tests"> + <directory suffix=".php">./tests/</directory> + </testsuite> + </testsuites> +</phpunit> |
