File tree 5 files changed +2
-43
lines changed
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
325
325
* @throws \PHPUnit\Util\Exception
326
326
* @throws \SebastianBergmann\CodeCoverage\InvalidArgumentException
327
327
* @throws \SebastianBergmann\Template\InvalidArgumentException
328
- * @throws CodeCoverageException
329
328
* @throws Exception
330
329
* @throws NoPreviousThrowableException
331
330
* @throws ProcessIsolationException
Original file line number Diff line number Diff line change 23
23
use PHPUnit \Runner \Exception ;
24
24
use PHPUnit \TextUI \Configuration \Configuration ;
25
25
use PHPUnit \TextUI \Configuration \Registry as ConfigurationRegistry ;
26
- use SebastianBergmann \CodeCoverage \Exception as OriginalCodeCoverageException ;
26
+ use SebastianBergmann \CodeCoverage \Exception as CodeCoverageException ;
27
27
use SebastianBergmann \CodeCoverage \InvalidArgumentException ;
28
28
use SebastianBergmann \CodeCoverage \UnintentionallyCoveredCodeException ;
29
29
use SebastianBergmann \Invoker \Invoker ;
@@ -46,7 +46,6 @@ public function __construct()
46
46
}
47
47
48
48
/**
49
- * @throws CodeCoverageException
50
49
* @throws Exception
51
50
* @throws InvalidArgumentException
52
51
* @throws UnintentionallyCoveredCodeException
@@ -168,7 +167,7 @@ public function run(TestCase $test): void
168
167
PHP_EOL .
169
168
$ cce ->getMessage (),
170
169
);
171
- } catch (OriginalCodeCoverageException $ cce ) {
170
+ } catch (CodeCoverageException $ cce ) {
172
171
$ error = true ;
173
172
174
173
$ e = $ e ?? $ cce ;
Original file line number Diff line number Diff line change @@ -317,7 +317,6 @@ public function collect(): array
317
317
}
318
318
319
319
/**
320
- * @throws CodeCoverageException
321
320
* @throws Event\RuntimeException
322
321
* @throws Exception
323
322
* @throws InvalidArgumentException
You can’t perform that action at this time.
0 commit comments