File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -281,25 +281,6 @@ public function testFindAssetsByGeneralExpression()
281281 self ::assertValidAsset ($ result ['resources ' ][0 ]);
282282 }
283283
284- /**
285- * Find assets without limiting expression to certain fields but with an underscore in the expression
286- * Shows results containing the entire expression in any string field
287- * Shows results containing the entire expression or a part of it (parts are separated by underscore) in public_id
288- *
289- * @throws ApiError
290- */
291- public function testFindAssetsByGeneralExpressionWithUnderscore ()
292- {
293- $ result = $ this ->search
294- ->expression (self ::$ MULTI_STRING )
295- ->maxResults (2 )
296- ->execute ();
297-
298- self ::assertEquals (2 , $ result ['total_count ' ]);
299- self ::assertCount (2 , $ result ['resources ' ]);
300- self ::assertValidAsset ($ result ['resources ' ][0 ]);
301- }
302-
303284 /**
304285 * Find assets with an expression limiting the search expression to certain fields
305286 * Shows results containing given text in tags field
You can’t perform that action at this time.
0 commit comments