Skip to content

Commit

Permalink
fix test namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Jan 24, 2022
1 parent 5c31b3e commit 0060370
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace AcfDuplicateRepeater;
namespace ACFQuickEdit\Test;

class PluginTest {

Expand Down Expand Up @@ -103,7 +103,9 @@ public function init( $paths ) {
'no_terms' => 'No Terms',
],
'public' => true,
'hierarchical' => true,
'show_admin_column' => true,
'show_in_quick_edit' => true, // Expect WP UI not to show up
]);

}
Expand Down

0 comments on commit 0060370

Please sign in to comment.