Skip to content

Commit

Permalink
removing paratest and sami, adding @SendDerek as contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhill committed Nov 22, 2015
1 parent 6dbe9e5 commit 0349353
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"email": "kevinkhill@gmail.com",
"role": "Creator"
},
{
"name": "SendDerek",
"homepage": "https://github.com/SendDerek",
"role": "Contributor"
},
{
"name": " MicahKV",
"email": "micah138@yahoo.com",
Expand Down Expand Up @@ -67,11 +72,9 @@
},
"require-dev": {
"phpunit/phpunit": "~4.5",
"brianium/paratest": "~0.12",
"mybuilder/phpunit-accelerator": "~1.1",
"mockery/mockery": "~0.9",
"squizlabs/php_codesniffer": "~2.3",
"sami/sami": "~3.0",
"satooshi/php-coveralls": "dev-master"
},
"autoload-dev": {
Expand Down
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ gulp.task('render', function (done) {gulp.src(['file.txt'])
});

gulp.task('php:test', function (done) {
var paratest = spawn('./vendor/bin/paratest.bat', ['-c', 'configs/phpunit.xml']);
var test = spawn('./vendor/bin/phpunit', ['-c', 'configs/phpunit.xml']);

paratest.on('data', function (data) {
test.on('data', function (data) {
console.log(data);
});
});
Expand Down

0 comments on commit 0349353

Please sign in to comment.