Skip to content

Commit 35f8031

Browse files
committed
Last Oops
1 parent 2eb1c72 commit 35f8031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/BaseTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public function tearDown()
77
Mockery::close();
88
}
99

10-
protected function assertException($exceptionName, $exceptionMessage = 'uoioi', $exceptionCode = 0)
10+
protected function assertException($exceptionName, $exceptionMessage = '', $exceptionCode = 0)
1111
{
1212
if (method_exists(parent::class, 'expectException')) {
1313
parent::expectException($exceptionName);

0 commit comments

Comments
 (0)