Match renamed phpunit.xml in tasks
This commit is contained in:
parent
729f31d66b
commit
34602c95cc
@ -146,12 +146,12 @@ gulp.task('coverage', ['tsc', 'vendor'], () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('test-api', () => {
|
gulp.task('test-api', () => {
|
||||||
return gulp.src('PhpUnit.xml')
|
return gulp.src('phpunit.xml')
|
||||||
.pipe(phpunit('./src/api/vendor/phpunit/phpunit/phpunit'));
|
.pipe(phpunit('./src/api/vendor/phpunit/phpunit/phpunit'));
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('test-api-single', () => {
|
gulp.task('test-api-single', () => {
|
||||||
return gulp.src('PhpUnit.xml')
|
return gulp.src('phpunit.xml')
|
||||||
.pipe(phpunit('./src/api/vendor/phpunit/phpunit/phpunit',
|
.pipe(phpunit('./src/api/vendor/phpunit/phpunit/phpunit',
|
||||||
{ group: 'single' }));
|
{ group: 'single' }));
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user