Make WordPress Core


Ignore:
Timestamp:
01/14/2019 09:33:56 PM (8 years ago)
Author:
desrosj
Message:

Tests: Add missing parent::tearDown().

Also, remove a tearDown() method that was not serving any purpose.

Fixes #45931.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rest-api/rest-users-controller.php

    r44126 r44584  
    27372737        }
    27382738
    2739         public function tearDown() {
    2740                 parent::tearDown();
    2741         }
    2742 
    27432739        protected function check_user_data( $user, $data, $context, $links ) {
    27442740                $this->assertEquals( $user->ID, $data['id'] );
Note: See TracChangeset for help on using the changeset viewer.