Changes between Version 7 and Version 8 of Ticket #25247, comment 9
- Timestamp:
- 12/05/2014 04:11:37 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25247, comment 9
v7 v8 1 1 @nacin would you like this to be a test for `WP_Scripts` or `WP_Dependencies`? 2 2 3 **Edit:** I need to use a method from `WP_Scripts` to test this properly, but all the code changes are in the parent class `WP_Dependencies`. Should I put the test in the `WP_Scripts` test class or the `WP_Dependencies` test class?3 **Edit:** I need to use a method from `WP_Scripts` to test this properly, but all the code changes are in the parent class `WP_Dependencies`. Should I put the test in `Tests_Dependencies_Scripts` or `Tests_Dependencies`?