We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1178c70 commit 059507eCopy full SHA for 059507e
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