@@ -240,10 +240,10 @@ public function testCropHintsCommand()
240
240
$ path = __DIR__ . '/data/wakeupcat.jpg ' ;
241
241
$ output = $ this ->runCommand ('crop-hints ' , ['path ' => $ path ]);
242
242
$ this ->assertContains ('Crop hints: ' , $ output );
243
- $ this ->assertContains ('(0 ,0) ' , $ output );
244
- $ this ->assertContains ('(599 ,0) ' , $ output );
245
- $ this ->assertContains ('(599 ,475) ' , $ output );
246
- $ this ->assertContains ('(0 ,475) ' , $ output );
243
+ $ this ->assertContains ('(210 ,0) ' , $ output );
244
+ $ this ->assertContains ('(476 ,0) ' , $ output );
245
+ $ this ->assertContains ('(476 ,475) ' , $ output );
246
+ $ this ->assertContains ('(210 ,475) ' , $ output );
247
247
}
248
248
249
249
public function testCropHintsCommandGcs ()
@@ -253,10 +253,10 @@ public function testCropHintsCommandGcs()
253
253
$ path = 'gs:// ' . $ bucketName . '/vision/wakeupcat.jpg ' ;
254
254
$ output = $ this ->runCommand ('crop-hints ' , ['path ' => $ path ]);
255
255
$ this ->assertContains ('Crop hints: ' , $ output );
256
- $ this ->assertContains ('(0 ,0) ' , $ output );
257
- $ this ->assertContains ('(599 ,0) ' , $ output );
258
- $ this ->assertContains ('(599 ,475) ' , $ output );
259
- $ this ->assertContains ('(0 ,475) ' , $ output );
256
+ $ this ->assertContains ('(210 ,0) ' , $ output );
257
+ $ this ->assertContains ('(476 ,0) ' , $ output );
258
+ $ this ->assertContains ('(476 ,475) ' , $ output );
259
+ $ this ->assertContains ('(210 ,475) ' , $ output );
260
260
}
261
261
262
262
public function testDocumentTextCommand ()
0 commit comments