Skip to content

Commit

Permalink
change PHPUnit namespace position.
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Apr 6, 2018
1 parent 882f82d commit db64b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DeployBotTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace DeployBot\Test;

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

class DeployBotTest extends TestCase
{
Expand Down

0 comments on commit db64b74

Please sign in to comment.