File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -283,22 +283,22 @@ public function test_if_show_blacklisted_exception_configuration_is_enabled()
283
283
{
284
284
$ this ->manager ->setBlackListExceptionEnabled (true );
285
285
286
- $ this ->assertIsBool ($ this ->manager ->gettBlackListExceptionEnabled ());
286
+ $ this ->assertIsBool ($ this ->manager ->getBlackListExceptionEnabled ());
287
287
}
288
288
289
289
/** @test */
290
290
public function test_if_black_listed_exception_is_set_to_true ()
291
291
{
292
292
$ this ->manager ->setBlackListExceptionEnabled (true );
293
293
294
- $ this ->assertTrue ($ this ->manager ->gettBlackListExceptionEnabled ());
294
+ $ this ->assertTrue ($ this ->manager ->getBlackListExceptionEnabled ());
295
295
}
296
296
297
297
/** @test */
298
298
public function test_if_black_listed_exception_is_set_to_false ()
299
299
{
300
300
$ this ->manager ->setBlackListExceptionEnabled (false );
301
301
302
- $ this ->assertFalse ($ this ->manager ->gettBlackListExceptionEnabled ());
302
+ $ this ->assertFalse ($ this ->manager ->getBlackListExceptionEnabled ());
303
303
}
304
304
}
You can’t perform that action at this time.
0 commit comments