Changeset 57244 for trunk/tests/phpunit/tests/ajax/wpAjaxImageEditor.php
- Timestamp:
- 01/06/2024 12:59:49 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/wpAjaxImageEditor.php
r56421 r57244 53 53 54 54 $this->assertObjectHasProperty( 'error', $ret ); 55 $this->assert Equals( 'Images cannot be scaled to a size larger than the original.', $ret->error );55 $this->assertSame( 'Images cannot be scaled to a size larger than the original.', $ret->error ); 56 56 } 57 57
Note: See TracChangeset
for help on using the changeset viewer.