Whenever I try to use assertResponseOk() I get this error
Fatal error: Call to undefined method Tests\Unit\LessonsTest::assertResponseOk() in /home/faasdril/public_html/test/tests/Unit/LessonsTest.php on line 19
I can use other assertion methods and I've extended TestCase class correctly
I'm using latest version of laravel