Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F45483535
D4178.id10943.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D4178.id10943.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 23, 09:30 (22 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4024230
Default Alt Text
D4178.id10943.diff (2 KB)
Attached To
Mode
D4178: Upgrade to PHPUnit 13
Attached
Detach File
Event Timeline
Log In to Comment