Skip to content

Commit aca90d0

Browse files
authored
bump: PHPUnit 11 (#208)
* bump: PHPUnit 11 * fix: functional test diffs * fix: functional test diffs
1 parent 4304692 commit aca90d0

File tree

9 files changed

+16
-19
lines changed

9 files changed

+16
-19
lines changed

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@
3131
"symfony/yaml": "^6.4 || ^7.0"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^10.1",
34+
"phpunit/phpunit": "^11.0",
3535
"sigwin/infra": "~1.9.0"
3636
},
37-
"conflict": {
38-
"nikic/php-parser": "< 4.14"
39-
},
4037
"autoload": {
4138
"psr-4": {
4239
"Sigwin\\YASSG\\": "src/"

tests/functional/init/fixtures/404.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
5-
<meta name="robots" content="noindex,nofollow,noarchive">
4+
<meta charset="UTF-8" />
5+
<meta name="robots" content="noindex,nofollow,noarchive" />
66
<title>An Error Occurred: Not Found</title>
7-
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>❌</text></svg>">
7+
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>❌</text></svg>" />
88
<style>body { background-color: #fff; color: #222; font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; }
99
.container { margin: 30px; max-width: 600px; }
1010
h1 { color: #dc3545; font-size: 24px; }

tests/functional/init/fixtures/assets/app.15e42ade.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/functional/init/fixtures/assets/app.9267444a.js

-1
This file was deleted.

tests/functional/init/fixtures/assets/entrypoints.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"entrypoints": {
33
"app": {
44
"js": [
5-
"/sub/dir/another/assets/runtime.4d1205b9.js",
6-
"/sub/dir/another/assets/app.9267444a.js"
5+
"/sub/dir/another/assets/runtime.1e02b157.js",
6+
"/sub/dir/another/assets/app.15e42ade.js"
77
],
88
"css": [
99
"/sub/dir/another/assets/app.2e773b84.css"
1010
]
1111
}
1212
},
1313
"integrity": {
14-
"/sub/dir/another/assets/runtime.4d1205b9.js": "sha384-J2jFm3DPgrcqyvls0fZlS51nUYgiBB+JLwWiU5v7vxEbLwKolmaHrRuz4BjP6qaE",
15-
"/sub/dir/another/assets/app.9267444a.js": "sha384-WbAUi92ziCGFD1kGZRzpOP8Nxymnw5vXM3szOB1JmBrCU+MVGXBRReCttizXHDdI",
14+
"/sub/dir/another/assets/runtime.1e02b157.js": "sha384-5jxdqASILzXK9ebUc2vUrPNybxKD2ordJReQ1wZL1EOs6eTC2BPyFky4TMPa6A09",
15+
"/sub/dir/another/assets/app.15e42ade.js": "sha384-VnBf9J3ovFKQ4dtek5PGbrcFjIE8bz/MCQnHze9cOEKVi67oXYasIj1ZX0y8tNB5",
1616
"/sub/dir/another/assets/app.2e773b84.css": "sha384-t56F6yDakn/jYRHL6uxVbMaf/JtnF0k7yEall1cerAGjo0kfE3W7foG5+n1Ynxd5"
1717
}
1818
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"assets/app.css": "/sub/dir/another/assets/app.2e773b84.css",
3-
"assets/app.js": "/sub/dir/another/assets/app.9267444a.js",
4-
"assets/runtime.js": "/sub/dir/another/assets/runtime.4d1205b9.js",
3+
"assets/app.js": "/sub/dir/another/assets/app.15e42ade.js",
4+
"assets/runtime.js": "/sub/dir/another/assets/runtime.1e02b157.js",
55
"assets/images/sigwin.svg": "/sub/dir/another/assets/images/sigwin.6f9a3d5b.svg"
66
}

tests/functional/init/fixtures/assets/runtime.4d1205b9.js tests/functional/init/fixtures/assets/runtime.1e02b157.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/functional/init/fixtures/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ <h3>
4747
</div>
4848
</main>
4949

50-
<script src="/sub/dir/another/assets/runtime.4d1205b9.js" integrity="sha384-J2jFm3DPgrcqyvls0fZlS51nUYgiBB+JLwWiU5v7vxEbLwKolmaHrRuz4BjP6qaE"></script><script src="/sub/dir/another/assets/app.9267444a.js" integrity="sha384-WbAUi92ziCGFD1kGZRzpOP8Nxymnw5vXM3szOB1JmBrCU+MVGXBRReCttizXHDdI"></script>
50+
<script src="/sub/dir/another/assets/runtime.1e02b157.js" integrity="sha384-5jxdqASILzXK9ebUc2vUrPNybxKD2ordJReQ1wZL1EOs6eTC2BPyFky4TMPa6A09"></script><script src="/sub/dir/another/assets/app.15e42ade.js" integrity="sha384-VnBf9J3ovFKQ4dtek5PGbrcFjIE8bz/MCQnHze9cOEKVi67oXYasIj1ZX0y8tNB5"></script>
5151
</body>
5252
</html>

tests/functional/site/fixtures/404.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
5-
<meta name="robots" content="noindex,nofollow,noarchive">
4+
<meta charset="UTF-8" />
5+
<meta name="robots" content="noindex,nofollow,noarchive" />
66
<title>An Error Occurred: Not Found</title>
7-
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>❌</text></svg>">
7+
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>❌</text></svg>" />
88
<style>body { background-color: #fff; color: #222; font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; }
99
.container { margin: 30px; max-width: 600px; }
1010
h1 { color: #dc3545; font-size: 24px; }

0 commit comments

Comments
 (0)