You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/webfiori/framework/test/cli/SchedulerCommandTest.php
+16-19Lines changed: 16 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -177,29 +177,29 @@ public function testForceTaskWithExceptionLogging() {
177
177
"WARNING: An exception was thrown while performing the operation app\\tasks\Fail2TestTask::execute. The output of the task might be not as expected.\n",
178
178
"Exception class: Error\n",
179
179
"Exception message: Call to undefined method app\\tasks\Fail2TestTask::undefined()\n",
180
-
"Thrown in: Fail2TestTask\n",
181
-
"Line: 44\n",
182
-
"Stack Trace:\n",
183
-
"#0 At class webfiori\\framework\\scheduler\\AbstractTask Line: 1109\n",
184
-
"#1 At class webfiori\\framework\\scheduler\\AbstractTask Line: 447\n",
185
-
"#2 At class webfiori\\framework\\scheduler\\AbstractTask Line: 951\n",
186
-
"#3 At class webfiori\\framework\\scheduler\\TasksManager Line: 672\n",
187
-
"#4 At class webfiori\\framework\\scheduler\\TasksManager Line: 142\n",
188
-
"#5 At class webfiori\\framework\\cli\\commands\\SchedulerCommand Line: 89\n",
189
-
"#6 At class webfiori\\framework\\cli\\commands\\SchedulerCommand Line: 365\n",
190
-
"#7 At class WebFiori\\Cli\\Command Line: 735\n",
191
-
"#8 At class WebFiori\\Cli\\Runner Line: 1132\n",
192
-
"#9 At class WebFiori\\Cli\\Runner Line: 1016\n",
193
-
"#10 At class WebFiori\\Cli\\Runner Line: 169\n",
194
-
"#11 At class WebFiori\\Cli\\CommandTestCase Line: 85\n",
180
+
"Thrown in: Fail2TestTask",
181
+
"Line: 44",
182
+
"Stack Trace:",
183
+
"#0 At class webfiori\\framework\\scheduler\\AbstractTask Line:",
184
+
"#1 At class webfiori\\framework\\scheduler\\AbstractTask Line:",
185
+
"#2 At class webfiori\\framework\\scheduler\\AbstractTask Line:",
186
+
"#3 At class webfiori\\framework\\scheduler\\TasksManager Line:",
187
+
"#4 At class webfiori\\framework\\scheduler\\TasksManager Line:",
188
+
"#5 At class webfiori\\framework\\cli\\commands\\SchedulerCommand Line:",
189
+
"#6 At class webfiori\\framework\\cli\\commands\\SchedulerCommand Line:",
190
+
"#7 At class WebFiori\\Cli\\Command Line:",
191
+
"#8 At class WebFiori\\Cli\\Runner Line:",
192
+
"#9 At class WebFiori\\Cli\\Runner Line:",
193
+
"#10 At class WebFiori\\Cli\\Runner Line:",
194
+
"#11 At class WebFiori\\Cli\\CommandTestCase Line:",
0 commit comments