Changeset 38762 for trunk/tests/phpunit/tests/oembed/WpEmbed.php
- Timestamp:
- 10/09/2016 01:11:14 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/oembed/WpEmbed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/oembed/WpEmbed.php
r37892 r38762 65 65 66 66 public function test_wp_embed_register_handler() { 67 $handle = rand_str();67 $handle = __FUNCTION__; 68 68 $regex = '#https?://example\.com/embed/([^/]+)#i'; 69 69 $callback = array( $this, '_embed_handler_callback' ); … … 103 103 104 104 public function test_autoembed_should_return_modified_content() { 105 $handle = rand_str();105 $handle = __FUNCTION__; 106 106 $regex = '#https?://example\.com/embed/([^/]+)#i'; 107 107 $callback = array( $this, '_embed_handler_callback' );
Note: See TracChangeset
for help on using the changeset viewer.