Json Assert Fails Laravel 5.5
问题 I am making a flash cards app with laravel 5.5 So I am trying to make the first tests but I can't make it pass. Failed asserting that an array has the subset Array &0 ( 'data' => Array &1 ( 'id' => 2020 ) ). --- Expected +++ Actual @@ @@ - [data] => Array - ( - [id] => 2020 - ) - /Users/marcosantana/devel/cards/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestResponse.php:290 /Users/marcosantana/devel/cards/tests/Unit/CardTest.php:26 FAILURES! Tests: 1, Assertions: 1, Failures: