We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb1c72 commit 35f8031Copy full SHA for 35f8031
tests/Unit/BaseTestCase.php
@@ -7,7 +7,7 @@ public function tearDown()
7
Mockery::close();
8
}
9
10
- protected function assertException($exceptionName, $exceptionMessage = 'uoioi', $exceptionCode = 0)
+ protected function assertException($exceptionName, $exceptionMessage = '', $exceptionCode = 0)
11
{
12
if (method_exists(parent::class, 'expectException')) {
13
parent::expectException($exceptionName);
0 commit comments