Skip to content

Commit a232c95

Browse files
committed
Remove PHPUnit from gulp tests
1 parent 5dc3315 commit a232c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.babel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ gulp.task('package', gulp.series(
191191
})
192192
));
193193

194-
gulp.task('test', gulp.parallel('test-js', gulp.series('phpcs', 'phpunit')));
194+
gulp.task('test', gulp.parallel('test-js', 'phpcs'));
195195

196196
gulp.task('default', gulp.series('clean', gulp.parallel('vendor', 'css', 'js', 'i18n')));
197197

0 commit comments

Comments
 (0)