Skip to content

Commit

Permalink
re-add setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewrfoster committed Nov 5, 2024
1 parent 06aaf18 commit ebe5038
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/Alley/WP/Alleyvate/Features/DisableXMLRPCTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@
*/
final class DisableXMLRPCTest extends Test_Case {

/**
* Feature instance.
*
* @var Disable_XMLRPC
*/
private Disable_XMLRPC $feature;

/**
* Set up.
*/
protected function setUp(): void {
parent::setUp();

$this->feature = new Disable_XMLRPC();
}

/**
* Test that widgets have been removed.
*/
Expand Down

0 comments on commit ebe5038

Please sign in to comment.