From 25c6eaf7a8b36ec70b4256093538c37e0b9acafc Mon Sep 17 00:00:00 2001 From: kiswa Date: Fri, 6 May 2016 00:42:31 +0000 Subject: [PATCH] File cleanup --- gulpfile.js | 4 +- reddit.svg | 123 ---------------------------- phpunit.xml => test/api/phpunit.xml | 6 +- 3 files changed, 5 insertions(+), 128 deletions(-) delete mode 100644 reddit.svg rename phpunit.xml => test/api/phpunit.xml (66%) diff --git a/gulpfile.js b/gulpfile.js index 18f22f7..b2389c4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -155,12 +155,12 @@ gulp.task('api-test-db', () => { }); gulp.task('test-api', ['api-test-db'], () => { - return gulp.src('phpunit.xml') + return gulp.src('test/api/phpunit.xml') .pipe(phpunit('./src/api/vendor/phpunit/phpunit/phpunit')); }); gulp.task('test-api-single', ['api-test-db'], () => { - return gulp.src('phpunit.xml') + return gulp.src('test/api/phpunit.xml') .pipe(phpunit('./src/api/vendor/phpunit/phpunit/phpunit', { group: 'single' })); }); diff --git a/reddit.svg b/reddit.svg deleted file mode 100644 index c7e88df..0000000 --- a/reddit.svg +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - discuss - discuss - on reddit - on reddit - - diff --git a/phpunit.xml b/test/api/phpunit.xml similarity index 66% rename from phpunit.xml rename to test/api/phpunit.xml index 7a98770..0722f8f 100644 --- a/phpunit.xml +++ b/test/api/phpunit.xml @@ -1,13 +1,13 @@ - test/api/ + ./ - src/api/controllers - src/api/models + ../../src/api/controllers + ../../src/api/models