Opened 10 years ago
Closed 10 years ago
#2576 closed defect (bug) (fixed)
Update phpunit grunt task to not use deprecated util
Reported by: | netweb | Owned by: | netweb |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | Tools - Code Improvements | Keywords: | |
Cc: |
Description
Via #WP27343
Grunt is deprecating the Grunt.Util.* api (mentioned in the 0.4.3 announcement http://gruntjs.com/blog/2014-03-07-grunt-0.4.3-released and the 0.4.2 announcement http://gruntjs.com/blog/2013-11-21-grunt-0.4.2-released)
Related #2542
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Two options:
Switch to
grunt-phpunit
-d
to be set for multisitegrunt-phpunit
is already in ourpackage.json
though it is not currently usedReplace
grunt.util.spawn
with the backwards compatible recommended npm module