File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1101,9 +1101,6 @@ public function testVoidReturnTypeIsMockedCorrectly(): void
1101
1101
$ this ->assertNull ($ stub ->methodWithVoidReturnTypeDeclaration ());
1102
1102
}
1103
1103
1104
- /**
1105
- * @requires PHP 7.2
1106
- */
1107
1104
public function testObjectReturnTypeIsMockedCorrectly (): void
1108
1105
{
1109
1106
/** @var ClassWithAllPossibleReturnTypes|MockObject $stub */
Original file line number Diff line number Diff line change @@ -852,9 +852,6 @@ public function testCurrentWorkingDirectoryIsRestored(): void
852
852
$ this ->assertSame ($ expectedCwd , getcwd ());
853
853
}
854
854
855
- /**
856
- * @requires PHP 7
857
- */
858
855
public function testTypeErrorCanBeExpected (): void
859
856
{
860
857
$ o = new ClassWithScalarTypeDeclarations ;
You can’t perform that action at this time.
0 commit comments