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 f2cb063 commit 0c36fe4Copy full SHA for 0c36fe4
tests/Feature/OptionsTest.php
@@ -56,7 +56,6 @@
56
57
expect($response)->toBeImage([
58
'mime' => 'image/jpeg',
59
- // TODO: add quality check
60
]);
61
});
62
@@ -69,7 +68,6 @@
69
68
70
71
72
- // TODO: add blur check
73
74
75
@@ -81,7 +79,6 @@
81
79
82
80
83
84
- // TODO: add flip check
85
86
87
@@ -94,7 +91,6 @@
94
91
95
92
96
93
97
- // TODO: add contrast check
98
99
100
@@ -108,7 +104,6 @@
108
104
109
105
'width' => 100,
110
106
'mime' => 'image/gif',
111
- // TODO: add more checks
112
107
113
114
0 commit comments