We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bf6e6 commit 51d9f15Copy full SHA for 51d9f15
tests/app/PluginTest.php
@@ -11,6 +11,7 @@
11
use Codex\Contracts\Extendable;
12
use Codex\Contracts\Hookable;
13
use Codex\Core\Config;
14
+use Codex\Facades\App;
15
use Codex\Foundation\Blocks;
16
use Codex\Foundation\Hooks\Hook;
17
use Codex\Foundation\Settings\Registry as SettingsRegistry;
@@ -54,6 +55,8 @@ public function tear_down(): void
54
55
{
56
unset($GLOBALS[Overture::class]);
57
58
+ App::clearResolvedInstances();
59
+
60
add_action('admin_init', '_wp_check_for_scheduled_split_terms');
61
add_action('admin_init', '_wp_check_for_scheduled_update_comment_type');
62
add_action('admin_init', 'default_password_nag_handler');
0 commit comments