Changeset 57149
- Timestamp:
- 12/02/2023 11:56:31 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/abstract-testcase.php
r56548 r57149 73 73 74 74 if ( method_exists( $class, 'wpSetUpBeforeClass' ) ) { 75 call_user_func( array( $class, 'wpSetUpBeforeClass' ), s elf::factory() );75 call_user_func( array( $class, 'wpSetUpBeforeClass' ), static::factory() ); 76 76 } 77 77 … … 103 103 set_time_limit( 0 ); 104 104 105 $this->factory = s elf::factory();105 $this->factory = static::factory(); 106 106 107 107 if ( ! self::$ignore_files ) {
Note: See TracChangeset
for help on using the changeset viewer.