Skip to content

Commit

Permalink
Namespace fix, 3rd try
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Dec 10, 2023
1 parent f610338 commit 17cce4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/phpunit/helper-functions/test-class-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
* @package FewerTags
*/

use FewerTags\Admin;

namespace FewerTags\Tests;

use FewerTags\Admin;

/**
* Sample test case.
*/
class Admin extends \WP_UnitTestCase {
class Admin_Test extends \WP_UnitTestCase {

/**
* Instance of the class being tested.
Expand Down

0 comments on commit 17cce4a

Please sign in to comment.