Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] Add the Countable interface to AssertableJsonString (#34284)
* [8.x] Add the Countable interface to AssertableJsonString This pr adds the Countable interface to the new `Illuminate\Testing\AssertableJsonString`. This adds downgrade compatibility to tests counting the decoded json response: ```php $this->assertCount(1, $response->decodeJsonResponse()); ``` * Apply fixes from StyleCI
- Loading branch information