Lesson 21/33 · 2:09 min
Tip: how about put withoutExceptionHandling() into setUpBeforeClass ?!
withoutExceptionHandling()
setUpBeforeClass
In the setUpBeforeClass you don't have access to $this as it is static function.
$this
Tip: how about put
withoutExceptionHandling()
intosetUpBeforeClass
?!In the
setUpBeforeClass
you don't have access to$this
as it is static function.