Changeset 41279
- Timestamp:
- 08/20/2017 12:58:59 PM (8 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 2 edited
-
http/functions.php (modified) (1 diff)
-
image/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/functions.php
r41278 r41279 8 8 public function setUp() { 9 9 if ( ! extension_loaded( 'openssl' ) ) { 10 $this-> fail( 'Tests_HTTP_Functions requires openssl.' );10 $this->markTestSkipped( 'Tests_HTTP_Functions requires openssl.' ); 11 11 } 12 12 -
trunk/tests/phpunit/tests/image/functions.php
r41278 r41279 309 309 310 310 if ( ! extension_loaded( 'openssl' ) ) { 311 $this-> fail( 'Tests_Image_Functions::test_wp_crop_image_url() requires openssl.' );311 $this->markTestSkipped( 'Tests_Image_Functions::test_wp_crop_image_url() requires openssl.' ); 312 312 } 313 313 … … 333 333 public function test_wp_crop_image_url_not_exist() { 334 334 if ( ! extension_loaded( 'openssl' ) ) { 335 $this-> fail( 'Tests_Image_Functions::test_wp_crop_image_url_not_exist() requires openssl.' );335 $this->markTestSkipped( 'Tests_Image_Functions::test_wp_crop_image_url_not_exist() requires openssl.' ); 336 336 } 337 337
Note: See TracChangeset
for help on using the changeset viewer.