-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from wmde/php-8.1
Make dependencies compatible with PHP 8.1
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
namespace WMDE\Fundraising\SubscriptionContext\Tests\Integration\DataAccess; | ||
|
||
use Doctrine\ORM\EntityManager; | ||
use Doctrine\ORM\EntityRepository; | ||
use Doctrine\ORM\ORMException; | ||
use Doctrine\Persistence\ObjectRepository; | ||
use PHPUnit\Framework\TestCase; | ||
|
@@ -16,9 +15,6 @@ | |
|
||
/** | ||
* @covers \WMDE\Fundraising\SubscriptionContext\DataAccess\DoctrineSubscriptionRepository | ||
* | ||
* @license GPL-2.0-or-later | ||
* @author Gabriel Birke < [email protected] > | ||
*/ | ||
class DoctrineSubscriptionRepositoryTest extends TestCase { | ||
|
||
|