Make WordPress Core


Ignore:
Timestamp:
11/05/2019 08:41:12 PM (7 years ago)
Author:
SergeyBiryukov
Message:

REST API: Speed up pagination unit tests by creating less fixtures and reusing them where possible.

Includes minor documentation and code layout fixes for better readability.

See #30017, #48145.

File:
1 edited

Legend:

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

    r46586 r46657  
    14521452
    14531453        public function test_search_item_by_filename() {
    1454                 $id  = $this->factory->attachment->create_object(
     1454                $id1 = $this->factory->attachment->create_object(
    14551455                        $this->test_file,
    14561456                        0,
Note: See TracChangeset for help on using the changeset viewer.