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 eaf9060 commit fab65d7Copy full SHA for fab65d7
plugins/view-transitions/tests/test-theme.php
@@ -36,6 +36,7 @@ public function test_plvt_load_view_transitions(): void {
36
37
// Test that with theme support it registers and enqueues the style.
38
add_theme_support( 'view-transitions' );
39
+ plvt_sanitize_view_transitions_theme_support(); // This must be called to sanitize the arguments (normally on 'init').
40
plvt_load_view_transitions();
41
$this->assertTrue( wp_style_is( 'wp-view-transitions', 'registered' ) );
42
$this->assertTrue( wp_style_is( 'wp-view-transitions', 'enqueued' ) );
0 commit comments