2017-08-03 62 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.