summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nth.ee>2024-11-10 22:47:21 +0200
committerAsko Nõmm <asko@nth.ee>2024-11-10 22:47:21 +0200
commit882741f201426fa1ae39b461b7ba5bd8db6a77dc (patch)
tree6be778702d602c7f2090cd5b1390b3869486b8ad /phpunit.xml
parentf662aa25495f2b1a8d5c9f368b99bd437f12002f (diff)
Add phpunit.xml
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml2
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"