Skip to content

Commit

Permalink
#20772: Static test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Apr 10, 2019
1 parent b159dfb commit ce4af9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Integration/Model/AdminTokenService.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function __construct(
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function createAdminAccessToken($username, $password)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

use Magento\Integration\Model\Oauth\Token;

/**
* Test for Magento\Integration\Model\AdminTokenService class.
*/
class AdminTokenServiceTest extends \PHPUnit\Framework\TestCase
{
/** \Magento\Integration\Model\AdminTokenService */
Expand Down

0 comments on commit ce4af9e

Please sign in to comment.