- Timestamp:
- 02/22/2020 12:05:12 PM (6 years ago)
- Location:
- branches/3.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/image/intermediate_size.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
- Property svn:mergeinfo changed
-
branches/3.7/tests/phpunit/tests/image/intermediate_size.php
r25507 r47343 1 1 <?php 2 3 2 /** 4 3 * @group image … … 7 6 */ 8 7 class Tests_Image_Intermediate_Size extends WP_UnitTestCase { 8 function tearDown() { 9 $this->remove_added_uploads(); 10 parent::tearDown(); 11 } 12 9 13 function test_make_intermediate_size_no_size() { 10 14 $image = image_make_intermediate_size( DIR_TESTDATA . '/images/a2-small.jpg', 0, 0, false );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)