Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/14/2025 07:39:41 PM (7 months ago)
Author:
johnjamesjacoby
Message:

Tools - Build: Upgrade Composer, npm, and add wp-env for PHPUnit.

This commit modernizes the dev environment, bringing it up-to-speed with BuddyPress and others.

Props sirlouen.

In trunk, for 2.7.

Fixes #3610.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/common/verify-nonce.php

    r6013 r7353  
    1111    private $request_uri = '';
    1212
    13     public function setUp() {
     13    public function setUp(): void {
    1414        parent::setUp();
    1515
     
    2727    }
    2828
    29     public function tearDown() {
     29    public function tearDown(): void {
    3030            $_SERVER['HTTP_HOST'] = $this->http_host;
    3131
Note: See TracChangeset for help on using the changeset viewer.