Make WordPress Core

Changeset 62464


Ignore:
Timestamp:
06/04/2026 10:16:23 PM (2 months ago)
Author:
desrosj
Message:

Build/Test Tools: Correct the Multisite PHPUnit log path.

The tests/phpunit part of the logging file path in the multisite.xml configuration file is unnecessary because it already exists within that directory.

See #64894.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/multisite.xml

    r60781 r62464  
    7575        </filter>
    7676        <logging>
    77                 <log type="junit" target="tests/phpunit/build/logs/junit.xml" />
     77                <log type="junit" target="build/logs/junit.xml" />
    7878        </logging>
    7979</phpunit>
Note: See TracChangeset for help on using the changeset viewer.