File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Feature: Scaffold install-wp-tests.sh tests
1414      """ 
1515    And  the return code should be 1
1616
17+   @less-than-php-7.2 
1718  Scenario : Install latest version of WordPress 
1819    Given  a WP install
1920    And  I run `wp plugin path`
@@ -75,6 +76,7 @@ Feature: Scaffold install-wp-tests.sh tests
7576    When  I run `WP_TESTS_DIR=/tmp/behat-wordpress-tests-lib phpunit -c {PLUGIN_DIR}/hello-world/phpunit.xml.dist`
7677    Then  the return code should be 0
7778
79+   @less-than-php-7.2 
7880  Scenario : Install WordPress from trunk 
7981    Given  a WP install
8082    And  I run `wp plugin path`
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Feature: Scaffold theme unit tests
88    When  I run `wp theme path`
99    Then  save STDOUT as {THEME_DIR}
1010
11+   @less-than-php-7.2 
1112  Scenario : Scaffold theme tests 
1213    When  I run `wp scaffold theme-tests p2child`
1314    Then  STDOUT should not be empty
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments