Changeset 34774
- Timestamp:
- 10/02/2015 01:50:18 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/shortcode.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/shortcode.php
r34761 r34774 550 550 return $this->sub_registration( $input, $expected ); 551 551 } 552 552 553 553 /** 554 554 * Make sure valid shortcode names are allowed. … … 559 559 return $this->sub_registration( $input, $expected ); 560 560 } 561 561 562 562 function sub_registration( $input, $expected ) { 563 563 add_shortcode( $input, '' ); … … 567 567 return $test; 568 568 } 569 569 570 570 function data_registration_bad() { 571 571 return array(
Note: See TracChangeset
for help on using the changeset viewer.