From 342529759899e85e9111931e7627e0ab45c1a13b Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 19 Jul 2024 14:22:59 +0200 Subject: [PATCH] We are no longer calling deprecated methods from this test --- tests/unit/Framework/MockObject/Creation/MockBuilderTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unit/Framework/MockObject/Creation/MockBuilderTest.php b/tests/unit/Framework/MockObject/Creation/MockBuilderTest.php index 1caf0eb9950..d974915cf5e 100644 --- a/tests/unit/Framework/MockObject/Creation/MockBuilderTest.php +++ b/tests/unit/Framework/MockObject/Creation/MockBuilderTest.php @@ -13,7 +13,6 @@ use function mt_rand; use PHPUnit\Framework\Attributes\CoversClass; use PHPUnit\Framework\Attributes\Group; -use PHPUnit\Framework\Attributes\IgnorePhpunitDeprecations; use PHPUnit\Framework\Attributes\Medium; use PHPUnit\Framework\Attributes\TestDox; use PHPUnit\Framework\MockObject\Generator\DuplicateMethodException; @@ -68,7 +67,6 @@ public function testCreatesPartialMockObjectForExtendableClass(): void $this->assertTrue($double->doSomething()); } - #[IgnorePhpunitDeprecations] public function testDefaultBehaviourCanBeConfiguredExplicitly(): void { $double = $this->getMockBuilder(ExtendableClass::class)