Changeset 47001
- Timestamp:
- 12/20/2019 12:13:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/abstract-testcase.php
r47000 r47001 192 192 193 193 if ( ! $travis_branch || ! $travis_pull_request ) { 194 $this->fail( 'Could not read TRAVIS_BRANCH or TRAVIS_PULL_REQUEST' );194 return; 195 195 } 196 196
Note: See TracChangeset
for help on using the changeset viewer.