Page MenuHomeDevCentral

D4178.id.diff
No OneTemporary

D4178.id.diff

diff --git a/apps/orbeon-forms/composer.json b/apps/orbeon-forms/composer.json
--- a/apps/orbeon-forms/composer.json
+++ b/apps/orbeon-forms/composer.json
@@ -16,7 +16,7 @@
],
"require-dev": {
"nasqueron/codestyle": "^0.2.2",
- "phpunit/phpunit": "^12.5",
+ "phpunit/phpunit": "^13.3",
"squizlabs/php_codesniffer": "^4.0.4"
},
"require": {
diff --git a/composer.json b/composer.json
--- a/composer.json
+++ b/composer.json
@@ -29,7 +29,7 @@
},
"require-dev": {
"nasqueron/codestyle": "^0.2.2",
- "phpunit/phpunit": "^12.5",
+ "phpunit/phpunit": "^13.3",
"squizlabs/php_codesniffer": "^4.0.4"
},
"replace": {
diff --git a/phpunit.xml b/phpunit.xml
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.4/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/13.3/phpunit.xsd"
bootstrap="vendor/autoload.php"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnPhpunitDeprecations="true"
diff --git a/workspaces/composer.json b/workspaces/composer.json
--- a/workspaces/composer.json
+++ b/workspaces/composer.json
@@ -13,7 +13,7 @@
"require-dev": {
"nasqueron/codestyle": "^0.2.2",
"netresearch/jsonmapper": "^v6.0.0",
- "phpunit/phpunit": "^12.4",
+ "phpunit/phpunit": "^13.3",
"squizlabs/php_codesniffer": "^4.0.4",
"vlucas/phpdotenv": "^v5.6.4",
"ext-mysqli": "*"
diff --git a/workspaces/tests/phpunit.xml b/workspaces/tests/phpunit.xml
--- a/workspaces/tests/phpunit.xml
+++ b/workspaces/tests/phpunit.xml
@@ -1,6 +1,6 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.4/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/13.3/phpunit.xsd"
bootstrap="../src/includes/autoload_vendor.php"
displayDetailsOnTestsThatTriggerDeprecations="true"

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 22, 18:45 (8 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4024230
Default Alt Text
D4178.id.diff (2 KB)

Event Timeline