Changeset 7367
- Timestamp:
- 11/17/2025 05:10:31 PM (6 weeks ago)
- Location:
- trunk/tests/phpunit/testcases
- Files:
-
- 3 edited
-
replies/template/authors.php (modified) (1 diff)
-
topics/template/authors.php (modified) (1 diff)
-
users/template/user.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/replies/template/authors.php
r5890 r7367 46 46 */ 47 47 public function test_bbp_get_reply_author_display_name() { 48 $this->setExpectedDeprecated( 'seems_utf8' ); 49 48 50 $u = $this->factory->user->create( array( 49 51 'display_name' => 'Barry B. Benson', -
trunk/tests/phpunit/testcases/topics/template/authors.php
r5723 r7367 41 41 */ 42 42 public function test_bbp_get_topic_author_display_name() { 43 $this->setExpectedDeprecated( 'seems_utf8' ); 44 43 45 $u = $this->factory->user->create( array( 44 46 'display_name' => 'Barry B. Benson', -
trunk/tests/phpunit/testcases/users/template/user.php
r7365 r7367 25 25 parent::tearDown(); 26 26 $this->set_current_user( $this->old_current_user ); 27 27 28 } 28 29 … … 704 705 */ 705 706 public function test_bbp_get_author_link() { 707 $this->setExpectedDeprecated( 'seems_utf8' ); 708 706 709 $t = $this->factory->topic->create(); 707 710
Note: See TracChangeset
for help on using the changeset viewer.