Skip to content

Commit 6eaed8a

Browse files
committed
Autofix unit test
1 parent 1e77372 commit 6eaed8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/shortcode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ public function data_strip_shortcodes() {
447447
* @ticket 26649
448448
*/
449449
public function test_escaped_shortcode_should_not_execute() {
450-
add_shortcode('example', fn () => 'foo');
450+
add_shortcode( 'example', fn () => 'foo' );
451451
$this->assertSame( '[example]', do_shortcode( strip_shortcodes( '[[example]]' ) ) );
452452
}
453453

0 commit comments

Comments
 (0)