2017-08-03 58 views
0

每当我尝试使用assertResponseOk()我得到这个错误Laravel PHPUnit的不确定assertResponseOk()方法

Fatal error: Call to undefined method Tests\Unit\LessonsTest::assertResponseOk() in /home/faasdril/public_html/test/tests/Unit/LessonsTest.php on line 19

我可以用其他的断言方法,我已经扩展TestCase类正确

我使用最新版本的laravel

+0

也许显示您的代码 –

回答

2

该方法在Laravel 5.4中不再可用。从upgrade notes

Laravel 5.4's testing layer has been re-written to be simpler and lighter out of the box. If you would like to continue using the testing layer present in Laravel 5.3, you may install the laravel/browser-kit-testing package into your application.