File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-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+ ## [ 1.8.0]  
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  
@@ -339,6 +346,7 @@ Initial setup of the qa-drupal package:
339346-  Default config files and checks for a Drupal site.
340347-  Default config files and checks for a Drupal module.
341348
349+ [ 1.8.0 ] : https://github.com/digipolisgent/php_package_qa-drupal/compare/1.7.3...1.8.0 
342350[ 1.7.3 ] : https://github.com/digipolisgent/php_package_qa-drupal/compare/1.7.2...1.7.3 
343351[ 1.7.2 ] : https://github.com/digipolisgent/php_package_qa-drupal/compare/1.7.1...1.7.2 
344352[ 1.7.1 ] : https://github.com/digipolisgent/php_package_qa-drupal/compare/1.7.0...1.7.1 
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" 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