Skip to content

Commit

Permalink
test enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Apr 6, 2018
1 parent 73ea1c3 commit 882f82d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@
"guzzlehttp/guzzle": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.5"
"phpunit/phpunit": "^5.5|^6.5"
},
"autoload": {
"psr-4": {
"Jaybizzle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"DeployBot\\Test\\": "tests/"
}
}
}
3 changes: 2 additions & 1 deletion tests/DeployBotTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

namespace DeployBot\Test;

use PHPUnit\Framework\TestCase;
use GuzzleHttp\Client;
use GuzzleHttp\Handler\MockHandler;
use GuzzleHttp\HandlerStack;
use Jaybizzle\DeployBot;

class DeployBotTest extends \PHPUnit_Framework_TestCase
class DeployBotTest extends TestCase
{
/**
* @dataProvider providerParamNames
Expand Down

0 comments on commit 882f82d

Please sign in to comment.