Changeset 61006 for trunk/tests/phpunit/tests/dependencies/scripts.php
- Timestamp:
- 10/21/2025 04:31:04 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/dependencies/scripts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/scripts.php
r60948 r61006 2995 2995 */ 2996 2996 public function test_wp_enqueue_code_editor_when_php_file_will_be_passed() { 2997 $real_file = WP_PLUGIN_DIR . '/hello -dolly/hello.php';2997 $real_file = WP_PLUGIN_DIR . '/hello.php'; 2998 2998 $wp_enqueue_code_editor = wp_enqueue_code_editor( array( 'file' => $real_file ) ); 2999 2999 $this->assertNonEmptyMultidimensionalArray( $wp_enqueue_code_editor );
Note: See TracChangeset
for help on using the changeset viewer.