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 5088680 commit f06781cCopy full SHA for f06781c
language/test/languageTest.php
@@ -119,7 +119,7 @@ public function testEntities()
119
public function testEntitiesFromStorageObject()
120
{
121
$output = $this->runCommand('entities', [
122
- 'content' => $this->gcsFile()
+ 'gcsUri' => $this->gcsFile()
123
]);
124
$this->assertContains('Name: Barack Obama', $output);
125
$this->assertContains('Type: PERSON', $output);
0 commit comments