Changeset 38685
- Timestamp:
- 09/30/2016 01:12:00 PM (9 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r38016 r38685 500 500 ), 501 501 ); 502 }503 504 /**505 * @ticket 19354506 */507 function test_data_is_not_an_allowed_protocol() {508 $this->assertNotContains( 'data', wp_allowed_protocols() );509 502 } 510 503
Note: See TracChangeset
for help on using the changeset viewer.