Skip to content

Commit 97d92d2

Browse files
Remove superfluous version restriction
1 parent ddf8460 commit 97d92d2

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

tests/unit/Framework/MockObject/MockObjectTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,9 +1101,6 @@ public function testVoidReturnTypeIsMockedCorrectly(): void
11011101
$this->assertNull($stub->methodWithVoidReturnTypeDeclaration());
11021102
}
11031103

1104-
/**
1105-
* @requires PHP 7.2
1106-
*/
11071104
public function testObjectReturnTypeIsMockedCorrectly(): void
11081105
{
11091106
/** @var ClassWithAllPossibleReturnTypes|MockObject $stub */

tests/unit/Framework/TestCaseTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -852,9 +852,6 @@ public function testCurrentWorkingDirectoryIsRestored(): void
852852
$this->assertSame($expectedCwd, getcwd());
853853
}
854854

855-
/**
856-
* @requires PHP 7
857-
*/
858855
public function testTypeErrorCanBeExpected(): void
859856
{
860857
$o = new ClassWithScalarTypeDeclarations;

0 commit comments

Comments
 (0)