From 991feb70438e981290696fa2b4fbe2ea54696a02 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Fri, 2 Oct 2015 13:50:18 +0000 Subject: [PATCH] Pinking shears in shortcode test file. git-svn-id: https://develop.svn.wordpress.org/trunk@34774 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/shortcode.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/tests/shortcode.php b/tests/phpunit/tests/shortcode.php index 19d554ca6e..92beb4a8bd 100644 --- a/tests/phpunit/tests/shortcode.php +++ b/tests/phpunit/tests/shortcode.php @@ -549,7 +549,7 @@ EOF; function test_registration_bad( $input, $expected ) { return $this->sub_registration( $input, $expected ); } - + /** * Make sure valid shortcode names are allowed. * @@ -558,7 +558,7 @@ EOF; function test_registration_good( $input, $expected ) { return $this->sub_registration( $input, $expected ); } - + function sub_registration( $input, $expected ) { add_shortcode( $input, '' ); $actual = shortcode_exists( $input ); @@ -566,7 +566,7 @@ EOF; if ( $actual ) remove_shortcode( $input ); return $test; } - + function data_registration_bad() { return array( array(