Skip to content

Commit

Permalink
Rename class
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive committed Oct 16, 2017
1 parent b1914b3 commit 3c6fd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DropboxAdapterTest.php → tests/AdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Srmklive\Dropbox\Client\DropboxClient as Client;
use Srmklive\Dropbox\Exceptions\BadRequest;

class DropboxAdapterTest extends TestCase
class AdapterTest extends TestCase
{
/** @var \Srmklive\Dropbox\Client\DropboxClient|\Prophecy\Prophecy\ObjectProphecy */
protected $client;
Expand Down

0 comments on commit 3c6fd65

Please sign in to comment.