Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Remove entity interfaces (moved into library)
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed May 13, 2019
1 parent 81cb297 commit 963f49e
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 187 deletions.
28 changes: 0 additions & 28 deletions Entity/BreachInterface.php

This file was deleted.

49 changes: 0 additions & 49 deletions Entity/BreachedAccountInterface.php

This file was deleted.

27 changes: 0 additions & 27 deletions Entity/BreachesInterface.php

This file was deleted.

22 changes: 0 additions & 22 deletions Entity/HaveIBeenPwnedEntityInterface.php

This file was deleted.

28 changes: 0 additions & 28 deletions Entity/PasteAccountInterface.php

This file was deleted.

28 changes: 0 additions & 28 deletions Entity/RangeInterface.php

This file was deleted.

10 changes: 5 additions & 5 deletions Tests/AbstractTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
namespace WBW\Bundle\HaveIBeenPwnedBundle\Tests;

use WBW\Bundle\CoreBundle\Tests\AbstractTestCase as TestCase;
use WBW\Bundle\HaveIBeenPwnedBundle\Entity\BreachedAccountInterface;
use WBW\Bundle\HaveIBeenPwnedBundle\Entity\BreachesInterface;
use WBW\Bundle\HaveIBeenPwnedBundle\Entity\BreachInterface;
use WBW\Bundle\HaveIBeenPwnedBundle\Entity\PasteAccountInterface;
use WBW\Bundle\HaveIBeenPwnedBundle\Entity\RangeInterface;
use WBW\Library\HaveIBeenPwned\Entity\BreachedAccountInterface;
use WBW\Library\HaveIBeenPwned\Entity\BreachesInterface;
use WBW\Library\HaveIBeenPwned\Entity\BreachInterface;
use WBW\Library\HaveIBeenPwned\Entity\PasteAccountInterface;
use WBW\Library\HaveIBeenPwned\Entity\RangeInterface;

/**
* Abstract test case.
Expand Down

0 comments on commit 963f49e

Please sign in to comment.