Changeset 35243
- Timestamp:
- 10/17/2015 06:29:32 PM (9 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/intermediate_size.php
r34775 r35243 6 6 */ 7 7 class Tests_Image_Intermediate_Size extends WP_UnitTestCase { 8 protected $ids = array(); 9 8 10 function tearDown() { 9 11 $this->remove_added_uploads(); -
trunk/tests/phpunit/tests/post/attachments.php
r34255 r35243 7 7 */ 8 8 class Tests_Post_Attachments extends WP_UnitTestCase { 9 protected $ids = array(); 9 10 10 11 function tearDown() { -
trunk/tests/phpunit/tests/post/wpUniquePostSlug.php
r35242 r35243 5 5 */ 6 6 class Tests_Post_WpUniquePostSlug extends WP_UnitTestCase { 7 protected $post_ids = array(); 8 7 9 /** 8 10 * @ticket 21013
Note: See TracChangeset
for help on using the changeset viewer.