Skip to content

Commit e5eee4e

Browse files
committed
Remove stub for expectException() - no real-world benefit
1 parent 8f609f6 commit e5eee4e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

stubs/TestCase.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,4 @@ protected function getMockForAbstractClass($originalClassName, array $arguments
7575
*/
7676
protected function getMockFromWsdl($wsdlFile, $originalClassName = '', $mockClassName = '', array $methods = [], $callOriginalConstructor = true, array $options = []) {}
7777

78-
/**
79-
* @param class-string<\Throwable> $exception
80-
* @return void
81-
*/
82-
public function expectException(string $exception) {}
83-
8478
}

0 commit comments

Comments
 (0)