- Timestamp:
- 01/25/2024 07:51:12 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/wpTranslationsConvert.php
r57344 r57350 11 11 */ 12 12 public function test_get_instance() { 13 $instance = WP_Translation_Controller:: instance();14 $instance2 = WP_Translation_Controller:: instance();13 $instance = WP_Translation_Controller::get_instance(); 14 $instance2 = WP_Translation_Controller::get_instance(); 15 15 16 16 $this->assertSame( $instance, $instance2 );
Note: See TracChangeset
for help on using the changeset viewer.