Skip to content

Commit 85c8629

Browse files
committed
Update snapshots
1 parent 8dedf8a commit 85c8629

File tree

19 files changed

+494
-394
lines changed

19 files changed

+494
-394
lines changed

tests/Frameworks/Nette/Latest/composer.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"require": {
1515
"php": ">= 7.1",
1616
"nette/application": "3.2.6",
17-
"nette/bootstrap": "~3.0.0",
18-
"nette/caching": "~3.0.0",
19-
"nette/database": "~3.0.0",
20-
"nette/di": "~3.0.0",
17+
"nette/bootstrap": "^3.0.0",
18+
"nette/caching": "^3.0.0",
19+
"nette/database": "^3.0.0",
20+
"nette/di": "^3.0.0",
2121
"nette/finder": "^2.5",
22-
"nette/forms": "~3.0.0",
23-
"nette/http": "~3.0.0",
24-
"nette/mail": "~3.0.0",
22+
"nette/forms": "^3.0.0",
23+
"nette/http": "^3.0.0",
24+
"nette/mail": "^3.0.0",
2525
"nette/robot-loader": "^3.0",
26-
"nette/security": "~3.0.0",
27-
"nette/utils": "~3.0.0",
26+
"nette/security": "^3.0.0",
27+
"nette/utils": "^3.0.0",
2828
"latte/latte": "^2.5",
2929
"tracy/tracy": "^2.6"
3030
},

tests/snapshots/tests.integrations.laminas.mvc.latest.common_scenarios_test.test_scenario_get_return_string.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@
55
"resource": "Application\\Controller\\CommonSpecsController@simple simple",
66
"trace_id": 0,
77
"span_id": 1,
8-
"parent_id": 2883696377808074518,
8+
"parent_id": 2299815508941289877,
99
"type": "web",
1010
"meta": {
1111
"_dd.p.dm": "-0",
12+
"_dd.p.tid": "678e1f5700000000",
1213
"component": "laminas",
1314
"http.method": "GET",
14-
"laminas.route.name": "simple",
1515
"http.status_code": "200",
1616
"http.url": "http://localhost/simple?key=value&<redacted>",
1717
"http.version": "1.1",
1818
"laminas.route.action": "Application\\Controller\\CommonSpecsController@simple",
19+
"laminas.route.name": "simple",
20+
"runtime-id": "1ee004ab-79db-4577-90da-25f08cb6aead",
1921
"span.kind": "server"
2022
},
2123
"metrics": {

tests/snapshots/tests.integrations.laminas.mvc.latest.common_scenarios_test.test_scenario_get_to_missing_route.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@
55
"resource": "GET /does_not_exist",
66
"trace_id": 0,
77
"span_id": 1,
8-
"parent_id": 2747341357639439789,
8+
"parent_id": 13321508795723062988,
99
"type": "web",
1010
"meta": {
1111
"_dd.p.dm": "-0",
12+
"_dd.p.tid": "678e1f6c00000000",
1213
"component": "laminas",
1314
"http.method": "GET",
1415
"http.status_code": "404",
1516
"http.url": "http://localhost/does_not_exist?key=value&<redacted>",
1617
"http.version": "1.1",
18+
"runtime-id": "1ee004ab-79db-4577-90da-25f08cb6aead",
1719
"span.kind": "server"
1820
},
1921
"metrics": {

tests/snapshots/tests.integrations.laminas.mvc.latest.common_scenarios_test.test_scenario_get_with_exception.json

+12-10
Large diffs are not rendered by default.

tests/snapshots/tests.integrations.laminas.mvc.latest.common_scenarios_test.test_scenario_get_with_view.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@
55
"resource": "Application\\Controller\\CommonSpecsController@view simpleView",
66
"trace_id": 0,
77
"span_id": 1,
8-
"parent_id": 11972289175454604309,
8+
"parent_id": 9163201745929683890,
99
"type": "web",
1010
"meta": {
1111
"_dd.p.dm": "-0",
12+
"_dd.p.tid": "678e1f5c00000000",
1213
"component": "laminas",
1314
"http.method": "GET",
14-
"laminas.route.name": "simpleView",
1515
"http.status_code": "200",
1616
"http.url": "http://localhost/simple_view?key=value&<redacted>",
1717
"http.version": "1.1",
1818
"laminas.route.action": "Application\\Controller\\CommonSpecsController@view",
19+
"laminas.route.name": "simpleView",
20+
"runtime-id": "1ee004ab-79db-4577-90da-25f08cb6aead",
1921
"span.kind": "server"
2022
},
2123
"metrics": {

0 commit comments

Comments
 (0)