We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c581caa commit d80af24Copy full SHA for d80af24
src/Illuminate/Testing/Fluent/AssertableJson.php
@@ -5,6 +5,7 @@
5
use Closure;
6
use Illuminate\Contracts\Support\Arrayable;
7
use Illuminate\Support\Arr;
8
+use Illuminate\Support\Traits\Conditionable;
9
use Illuminate\Support\Traits\Macroable;
10
use Illuminate\Support\Traits\Tappable;
11
use Illuminate\Testing\AssertableJsonString;
@@ -16,6 +17,7 @@ class AssertableJson implements Arrayable
16
17
Concerns\Matching,
18
Concerns\Debugging,
19
Concerns\Interaction,
20
+ Conditionable,
21
Macroable,
22
Tappable;
23
0 commit comments