Skip to content

Commit

Permalink
Update HaveIBeenPwned request "Breach"
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Aug 15, 2018
1 parent 60cf28c commit 77eba3f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Tests/Provider/HaveIBeenPwnedProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@

use PHPUnit_Framework_TestCase;
use WBW\Library\HaveIBeenPwned\Provider\HaveIBeenPwnedProvider;
use WBW\Library\HaveIBeenPwned\Request\HaveIBeenPwendRequestBreaches;
use WBW\Library\HaveIBeenPwned\Request\HaveIBeenPwnedRequestBreach;

/**
* HaveIBeenPwned provider test.
*
* @author webeweb <https://github.com/webeweb/>
* @package WBW\Library\HaveIBeenPwned\Tests\Provider
* @final
*/
class HaveIBeenPwnedProviderTest extends PHPUnit_Framework_TestCase {
final class HaveIBeenPwnedProviderTest extends PHPUnit_Framework_TestCase {

/**
* Request.
Expand All @@ -37,7 +38,7 @@ protected function setUp() {
parent::setUp();

// Set a Request mock.
$this->request = new HaveIBeenPwendRequestBreaches();
$this->request = new HaveIBeenPwnedRequestBreach();
}

/**
Expand Down

0 comments on commit 77eba3f

Please sign in to comment.