Skip to content
Advertisement

Falling testing Laravel assertModelExists

Making a test for database with Laravel (8.44.0) assetion assertModelExists(), fails on an error.

JavaScript

The test class looks like this

JavaScript

What do you think is missing?

Advertisement

Answer

The assertModelExists method was added September 2021:

https://github.com/laravel/framework/pull/38766

Version 8.44.0 was released May 2021:

https://github.com/laravel/framework/releases/tag/v8.44.0

So just update Laravel to the latest 8.x release and you should be good to go.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement