Changeset 51568 for trunk/tests/phpunit/tests/image/base.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/image/base.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/base.php
r50463 r51568 9 9 * Set the image editor engine according to the unit test's specification 10 10 */ 11 public function set Up() {12 parent::set Up();11 public function set_up() { 12 parent::set_up(); 13 13 14 14 if ( ! call_user_func( array( $this->editor_engine, 'test' ) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.