diff options
| author | Asko Nõmm <asko@nth.ee> | 2024-11-10 22:47:21 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nth.ee> | 2024-11-10 22:47:21 +0200 |
| commit | 882741f201426fa1ae39b461b7ba5bd8db6a77dc (patch) | |
| tree | 6be778702d602c7f2090cd5b1390b3869486b8ad /phpunit.xml | |
| parent | f662aa25495f2b1a8d5c9f368b99bd437f12002f (diff) | |
Add phpunit.xml
Diffstat (limited to 'phpunit.xml')
| -rw-r--r-- | phpunit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml b/phpunit.xml index e68d9d8..297f478 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd" bootstrap="vendor/autoload.php" cacheDirectory=".phpunit.cache" executionOrder="depends,defects" |
