summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2019-06-17 20:41:49 +0100
committerAndres Rey <[email protected]>2019-06-17 20:41:49 +0100
commit544d1fd99185064af82d114d24cad73e63686810 (patch)
treece0e9c09bf1052911c1ac284ae93968cf7b685c9 /test
parent18d7fac4033df4cbb7f01d2596006dc108b09499 (diff)
Update changelog and deprecate old configuration functions
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());