Changeset 49009 for trunk/tests/phpunit/tests/image/base.php
- Timestamp:
- 09/20/2020 02:45:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/base.php
r48937 r49009 13 13 14 14 if ( ! call_user_func( array( $this->editor_engine, 'test' ) ) ) { 15 $this->markTestSkipped( sprintf( 'The image editor engine %s is not supported on this system ', $this->editor_engine ) );15 $this->markTestSkipped( sprintf( 'The image editor engine %s is not supported on this system.', $this->editor_engine ) ); 16 16 } 17 17
Note: See TracChangeset
for help on using the changeset viewer.