Ticket #38264: 38264.patch
File 38264.patch, 502 bytes (added by , 6 years ago) |
---|
-
tests/phpunit/tests/media.php
20 20 $GLOBALS['_wp_additional_image_sizes'] = self::$_sizes; 21 21 } 22 22 23 public static function tearDownAfterClass() { 24 wp_delete_post( self::$large_id, true ); 25 parent::tearDownAfterClass(); 26 } 27 23 28 function setUp() { 24 29 parent::setUp(); 25 30 $this->caption = 'A simple caption.';