Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
obenland committed Jan 10, 2025
1 parent 8636457 commit 1a1cec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/class-test-rest-controller-testcase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* @package Activitypub
*/

namespace Activitypub\Tests;

/**
* REST Controller Testcase.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @coversDefaultClass \Activitypub\Rest\Webfinger_Controller
*/
class Test_Webfinger_Controller extends \Test_REST_Controller_Testcase {
class Test_Webfinger_Controller extends \Activitypub\Tests\Test_REST_Controller_Testcase {

/**
* Test user.
Expand Down

0 comments on commit 1a1cec3

Please sign in to comment.