File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 22
33All Notable changes to the ** Quality Assurance - Drupal** package.
44
5+ ## [ Unreleased]
6+
7+ ### Added
8+
9+ - Add excluding hand-crafted mocks from coverage reports. This will exclude
10+ file names ending with Stub.php or Spy.php.
11+
512## [ 1.7.3]
613
714### Added
Original file line number Diff line number Diff line change 4242 <exclude >
4343 <directory >./vendor</directory >
4444 <directory suffix =" .api.php" >./</directory >
45+ <directory suffix =" Spy.php" >./</directory >
46+ <directory suffix =" Stub.php" >./</directory >
4547 <directory suffix =" Test.php" >./</directory >
4648 <directory suffix =" TestBase.php" >./</directory >
4749 <directory suffix =" TestCase.php" >./</directory >
Original file line number Diff line number Diff line change 4343 <directory suffix =" .php" >web/themes/custom</directory >
4444 <exclude >
4545 <directory suffix =" .api.php" >./</directory >
46+ <directory suffix =" Spy.php" >./</directory >
47+ <directory suffix =" Stub.php" >./</directory >
4648 <directory suffix =" Test.php" >./</directory >
4749 <directory suffix =" TestBase.php" >./</directory >
4850 <directory suffix =" TestCase.php" >./</directory >
You can’t perform that action at this time.
0 commit comments