We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a379f4c commit 3fc2c01Copy full SHA for 3fc2c01
tests/phpunit/tests/theme/wpTheme.php
@@ -375,6 +375,17 @@ public function test_get_files_nonexistent_theme() {
375
$this->assertEmpty( $files );
376
}
377
378
+ /**
379
+ * Test wp_customize_url with no $stylesheet argument.
380
+ *
381
+ * @ticket 63632
382
383
+ * @covers ::wp_customize_url
384
+ */
385
+ public function test_wp_customize_url_no_stylesheet() {
386
+ $this->assertSame( esc_url( admin_url( 'customize.php' ) ), wp_customize_url() );
387
+ }
388
+
389
/**
390
* Test wp_customize_url with no query args.
391
*
0 commit comments