We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273b317 commit 967a408Copy full SHA for 967a408
test/AssetsTest.php
@@ -400,7 +400,7 @@ public function testAssetsFindExceptDefault() {
400
}
401
402
public function testAssetsFindSearch() {
403
- $_assets = self::$Stack->Assets()->Query()->search('image/jpeg')->toJSON()->find();
+ $_assets = self::$Stack->Assets()->Query()->search('image/jpeg')->language('en-us')->toJSON()->find();
404
$this->assertArrayHasKey(0, $_assets);
405
// $assets = self::$Stack->Assets()->Query()->toJSON()->find();
406
// $assets_count = count($assets[0]);
0 commit comments