Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TECH-132: [alleyvate] Limit access to XML-RPC #50 #114

Merged
merged 20 commits into from
Nov 6, 2024
Merged
Changes from 2 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions tests/Alley/WP/Alleyvate/Features/DisableXMLRPCTest.php
Original file line number Diff line number Diff line change
@@ -22,6 +22,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.
*/