Changeset 32172 for branches/4.1/tests/phpunit/tests/media.php
- Timestamp:
- 04/20/2015 06:43:28 AM (11 years ago)
- File:
-
- 1 edited
-
branches/4.1/tests/phpunit/tests/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/tests/phpunit/tests/media.php
r30640 r32172 468 468 } 469 469 470 function test_wp_check_filetype() {471 $url = 'http://example.com/testFile.mp4?autoplay=true&otherstuff=false';472 $filetype = wp_check_filetype( $url );473 $expected = array(474 'ext' => 'mp4',475 'type' => 'video/mp4'476 );477 $this->assertEquals( $expected, $filetype );478 }479 470 }
Note: See TracChangeset
for help on using the changeset viewer.