Changeset 42636 for trunk/tests/phpunit/tests/dependencies/scripts.php
- Timestamp:
- 02/01/2018 04:08:04 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/scripts.php
r42343 r42636 736 736 * 737 737 * @ticket 41871 738 * @covers wp_enqueue_code_editor()738 * @covers ::wp_enqueue_code_editor() 739 739 */ 740 740 public function test_wp_enqueue_code_editor_when_php_file_will_be_passed() { … … 823 823 * 824 824 * @ticket 41871 825 * @covers wp_enqueue_code_editor()825 * @covers ::wp_enqueue_code_editor() 826 826 */ 827 827 public function test_wp_enqueue_code_editor_when_generated_array_by_compact_will_be_passed() { … … 905 905 * 906 906 * @ticket 41871 907 * @covers wp_enqueue_code_editor()907 * @covers ::wp_enqueue_code_editor() 908 908 */ 909 909 public function test_wp_enqueue_code_editor_when_generated_array_by_array_merge_will_be_passed() { … … 1002 1002 * 1003 1003 * @ticket 41871 1004 * @covers wp_enqueue_code_editor()1004 * @covers ::wp_enqueue_code_editor() 1005 1005 */ 1006 1006 public function test_wp_enqueue_code_editor_when_simple_array_will_be_passed() {
Note: See TracChangeset
for help on using the changeset viewer.