Changeset 894 in tests for trunk/tests/test_includes_wp-scripts.php
- Timestamp:
- 07/09/2012 03:32:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_includes_wp-scripts.php
r828 r894 22 22 } 23 23 24 // Test versioning 24 /** 25 * Test versioning 26 * @ticket 11315 27 */ 25 28 function test_wp_enqueue_script() { 26 $this->knownWPBug(11315);27 29 wp_enqueue_script('no-deps-no-version', 'example.com', array()); 28 30 wp_enqueue_script('empty-deps-no-version', 'example.com' ); … … 44 46 * Test the different protocol references in wp_enqueue_script 45 47 * @global WP_Scripts $wp_scripts 48 * @ticket 16560 Protocol-relative references 46 49 */ 47 50 public function test_protocols() { 48 $this->knownWPBug( 16560 );49 50 51 // Init 51 52 global $wp_scripts;
Note: See TracChangeset
for help on using the changeset viewer.