Changeset 55457 for trunk/tests/phpunit/tests/feed/wpSimplePieFile.php
- Timestamp:
- 03/03/2023 02:42:42 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/feed/wpSimplePieFile.php
r54997 r55457 1 1 <?php 2 2 /** 3 * Unit tests for methods in `WP_SimplePie_File`.3 * Tests the `WP_SimplePie_File` class. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage UnitTests 7 7 * @since 5.6.1 8 */9 10 /**11 * Tests the `WP_SimplePie_File` class.12 8 * 13 9 * @group feed 14 10 * @group wp-simplepie-file 15 *16 * @since 5.6.117 11 */ 18 12 class Tests_Feed_wpSimplePieFile extends WP_UnitTestCase {
Note: See TracChangeset
for help on using the changeset viewer.