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 721c48c commit 6a4436eCopy full SHA for 6a4436e
language/api/test/AllCommandTest.php
@@ -48,7 +48,7 @@ public function setUp()
48
$this->commandTester = new CommandTester($application->get('all'));
49
$this->expectedPatterns = array(
50
'/language: en/',
51
- '/sentiment: /',
+ '/sentiment/',
52
'/sentences:/',
53
'/0: Do you know the way to San Jose\\?/',
54
'/tokens:/',
language/api/test/SentimentCommandTest.php
@@ -75,6 +75,6 @@ public function testSentimentFromStorageObject()
75
);
76
77
$output = $this->commandTester->getDisplay();
78
- $this->assertRegExp('/sentiment: /', $output);
+ $this->assertRegExp('/sentiment/', $output);
79
}
80
0 commit comments