Changeset 49006 for trunk/tests/phpunit/tests/functions/listFiles.php
- Timestamp:
- 09/19/2020 03:52:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/listFiles.php
r46586 r49006 5 5 * 6 6 * @group functions.php 7 * @covers ::list_files 7 8 */ 8 9 class Tests_Functions_ListFiles extends WP_UnitTestCase { 10 9 11 public function test_list_files_returns_a_list_of_files() { 10 12 $admin_files = list_files( ABSPATH . 'wp-admin/' );
Note: See TracChangeset
for help on using the changeset viewer.