Changeset 49547 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 11/09/2020 03:43:14 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r49382 r49547 1764 1764 */ 1765 1765 public function test_wp_is_json_media_type( $input, $expected ) { 1766 $this->assert Equals( $expected, wp_is_json_media_type( $input ) );1766 $this->assertSame( $expected, wp_is_json_media_type( $input ) ); 1767 1767 } 1768 1768
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)