File tree Expand file tree Collapse file tree 5 files changed +2
-43
lines changed
Expand file tree Collapse file tree 5 files changed +2
-43
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -325,7 +325,6 @@ final public function status(): TestStatus
325325 * @throws \PHPUnit\Util\Exception
326326 * @throws \SebastianBergmann\CodeCoverage\InvalidArgumentException
327327 * @throws \SebastianBergmann\Template\InvalidArgumentException
328- * @throws CodeCoverageException
329328 * @throws Exception
330329 * @throws NoPreviousThrowableException
331330 * @throws ProcessIsolationException
Original file line number Diff line number Diff line change 2323use PHPUnit \Runner \Exception ;
2424use PHPUnit \TextUI \Configuration \Configuration ;
2525use PHPUnit \TextUI \Configuration \Registry as ConfigurationRegistry ;
26- use SebastianBergmann \CodeCoverage \Exception as OriginalCodeCoverageException ;
26+ use SebastianBergmann \CodeCoverage \Exception as CodeCoverageException ;
2727use SebastianBergmann \CodeCoverage \InvalidArgumentException ;
2828use SebastianBergmann \CodeCoverage \UnintentionallyCoveredCodeException ;
2929use SebastianBergmann \Invoker \Invoker ;
@@ -46,7 +46,6 @@ public function __construct()
4646 }
4747
4848 /**
49- * @throws CodeCoverageException
5049 * @throws Exception
5150 * @throws InvalidArgumentException
5251 * @throws UnintentionallyCoveredCodeException
@@ -168,7 +167,7 @@ public function run(TestCase $test): void
168167 PHP_EOL .
169168 $ cce ->getMessage (),
170169 );
171- } catch (OriginalCodeCoverageException $ cce ) {
170+ } catch (CodeCoverageException $ cce ) {
172171 $ error = true ;
173172
174173 $ e = $ e ?? $ cce ;
Original file line number Diff line number Diff line change @@ -317,7 +317,6 @@ public function collect(): array
317317 }
318318
319319 /**
320- * @throws CodeCoverageException
321320 * @throws Event\RuntimeException
322321 * @throws Exception
323322 * @throws InvalidArgumentException
You can’t perform that action at this time.
0 commit comments