Skip to content

Commit

Permalink
fixed: typo in import
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-g committed Dec 22, 2016
1 parent f34dea7 commit 3063f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/Provider/YoutrackTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace MarkusG\OAuth2\Client\Test\Provider;

use Markusg\OAuth2\Client\Provider\Youtrack;
use Markusg\OAuth2\Client\Provider\YoutrackUser;
use MarkusG\OAuth2\Client\Provider\Youtrack;
use MarkusG\OAuth2\Client\Provider\YoutrackUser;
use Mockery as m;

class YoutrackTest extends \PHPUnit_Framework_TestCase
Expand Down

0 comments on commit 3063f9b

Please sign in to comment.