File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 22
33All Notable changes to the ** Quality Assurance - Drupal**  package.
44
5+ ## [ 2.0.2]  
6+ 
7+ ### Changed  
8+ 
9+ -  Change to browserkit instead of goutte.
10+   Use the browserkit_http driver instead og the goutte driver. See:
11+   https://github.com/jhedstrom/drupalextension/commit/2ab66a7eae53ae4e1e5824edaa72e98039b084db 
12+ 
13+ ## [ 2.0.1]  
14+ 
15+ ### Fixed  
16+ 
17+ -  Fix Drupal support higher than 10.0.0.
18+ 
519## [ 2.0.0]  
620
721### Added  
@@ -366,6 +380,8 @@ Initial setup of the qa-drupal package:
366380-  Default config files and checks for a Drupal site.
367381-  Default config files and checks for a Drupal module.
368382
383+ [ 2.0.2 ] : https://github.com/district09/php_package_qa-drupal/compare/2.0.1...2.0.2 
384+ [ 2.0.1 ] : https://github.com/district09/php_package_qa-drupal/compare/2.0.0...2.0.1 
369385[ 2.0.0 ] : https://github.com/district09/php_package_qa-drupal/compare/1.8.1...2.0.0 
370386[ 1.8.1 ] : https://github.com/district09/php_package_qa-drupal/compare/1.8.0...1.8.1 
371387[ 1.8.0 ] : https://github.com/district09/php_package_qa-drupal/compare/1.7.3...1.8.0 
Original file line number Diff line number Diff line change 2424        "php" : " ^8.1" 
2525        "drupal/coder" : " ^8.3" 
2626        "drupal/core" : " ^9.4 || ^10.0" 
27-         "drupal/drupal-extension" : " ^4.1 || ^ 5.0" 
27+         "drupal/drupal-extension" : " ^5.0" 
2828        "enlightn/security-checker" : " ^1.4" 
2929        "ergebnis/composer-normalize" : " ^2.11" 
3030        "mglaman/phpstan-drupal" : " ^1.1" 
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ default:
1818        - Digipolisgent\QA\Drupal\Behat\Context\UriContext 
1919        - Digipolisgent\QA\Drupal\Behat\Context\SelectorContext 
2020  extensions :
21-     Behat \MinkExtension
22-       goutte : ~ 
21+     Drupal \MinkExtension
22+       browserkit_http : ~ 
2323      selenium2 : ~ 
2424      sessions :
2525        default :
26-           goutte : ~ 
26+           browserkit_http : ~ 
2727        javascript :
2828          selenium2 :
2929            wd_host : " http://localhost:4444/wd/hub" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments