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