Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
John Spellman committed Mar 21, 2023
1 parent 8aa1f4c commit cc3957b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/class-solr-test-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function __construct() {
/**
* Setup for every test.
*/
function setUp(): void {
function setUp() {
parent::setUp();

if ( ! SolrPower_API::get_instance()->ping_server() ) {
Expand Down

0 comments on commit cc3957b

Please sign in to comment.