summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ConfigurationTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ConfigurationTest.php b/test/ConfigurationTest.php
index e193069..b3810ed 100644
--- a/test/ConfigurationTest.php
+++ b/test/ConfigurationTest.php
@@ -41,7 +41,6 @@ class ConfigurationTest extends \PHPUnit\Framework\TestCase
{
$this->assertEquals($options['maxTopCandidates'], $config->getMaxTopCandidates());
$this->assertEquals($options['charThreshold'], $config->getCharThreshold());
- $this->assertEquals($options['wordThreshold'], $config->getWordThreshold());
$this->assertEquals($options['articleByLine'], $config->getArticleByLine());
$this->assertEquals($options['stripUnlikelyCandidates'], $config->getStripUnlikelyCandidates());
$this->assertEquals($options['cleanConditionally'], $config->getCleanConditionally());