Code Duplication    Length = 3-3 lines in 2 locations

lib/Page/Tester.php 1 location

@@ 268-270 (lines=3) @@
265
                        $v_error->set('Skipping all tests: '.$e->getMessage());
266
                    }
267
268
                    if ($_GET['tester_details'] == $row['name'] && $_GET['vari'] == $vari) {
269
                        throw $e;
270
                    }
271
272
                    $result = 'Exception: '.($e instanceof BaseException ? $e->getText() : $e->getMessage());
273

lib/Controller/Tester.php 1 location

@@ 286-288 (lines=3) @@
283
                        $v->set('Skipping all tests: '.$e->getMessage());
284
                    }
285
286
                    if ($_GET['tester_details'] == $row['name'] && $_GET['vari'] == $vari) {
287
                        throw $e;
288
                    }
289
290
                    $result = 'Exception: '.($e instanceof BaseException ? $e->getText() : $e->getMessage());
291