add testbed for WP 5.9 and PHP 8.0, update actions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-14 18:15:30 +02:00
parent aa1a49c575
commit 5a1320c365
7 changed files with 24 additions and 18 deletions

View File

@ -24,7 +24,7 @@ class Test_API extends WP_UnitTestCase {
*
* @return void
*/
public function setUp() {
public function setUp(): void {
parent::setUp();
global $wp_rest_server;
$wp_rest_server = new WP_REST_Server();