Skip to content

Commit e4fe186

Browse files
committed
fix unit test bug
1 parent f8c4cf0 commit e4fe186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TextAnalysis/Tokenizers/TwitterTokenizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ public function testTokenizer()
2020
public function testForUrlAndEmail()
2121
{
2222
$tokens = (new TwitterTokenizer)->tokenize('Custom Software Development http://redbeardtechnologies.com/ 906-555-5555 or contact support at [email protected] :-)');
23-
$this->assertCount(10, $tokens);
23+
$this->assertCount(11, $tokens);
2424
}
2525
}

0 commit comments

Comments
 (0)