Skip to content

Commit

Permalink
We are no longer calling deprecated methods from this test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 19, 2024
1 parent b1742d9 commit 3425297
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/Framework/MockObject/Creation/MockBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -68,7 +67,6 @@ public function testCreatesPartialMockObjectForExtendableClass(): void
$this->assertTrue($double->doSomething());
}

#[IgnorePhpunitDeprecations]
public function testDefaultBehaviourCanBeConfiguredExplicitly(): void
{
$double = $this->getMockBuilder(ExtendableClass::class)
Expand Down

0 comments on commit 3425297

Please sign in to comment.