We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ef76a commit 7b7bcb6Copy full SHA for 7b7bcb6
tests/Feature/Logging/ContainerResolutionTest.php
@@ -18,6 +18,7 @@
18
'file' => $errfile,
19
'line' => $errline,
20
];
21
+
22
return true; // Don't execute PHP's internal error handler
23
});
24
@@ -71,6 +72,7 @@
71
72
73
74
75
76
return true;
77
78
@@ -112,6 +114,7 @@
112
114
113
115
116
117
118
119
120
@@ -141,4 +144,3 @@
141
144
142
145
expect($output)->toBe('');
143
146
-
0 commit comments