Changeset 51816 for trunk/tests/phpunit/tests/media.php
- Timestamp:
- 09/15/2021 07:05:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media.php
r51587 r51816 85 85 function test_img_caption_shortcode_with_empty_params() { 86 86 $result = img_caption_shortcode( array() ); 87 $this->assert Null($result );87 $this->assertSame( '', $result ); 88 88 } 89 89 … … 135 135 ) 136 136 ); 137 $this->assert Null($result );137 $this->assertSame( '', $result ); 138 138 } 139 139
Note: See TracChangeset
for help on using the changeset viewer.