fix syntax error

This commit is contained in:
Mario Vavti 2018-02-27 09:55:10 +01:00
parent 6c37a38980
commit 68c6d7a099

View file

@ -71,7 +71,7 @@ class AutonameTest extends TestCase {
$autoname2=autoname(1);
$test = ((strlen($autoname2) < 2) ? 1 : 0);
$this->assertEquals(1, $test));
$this->assertEquals(1, $test);
// The following test is problematic, with only 26 possibilities
// generating the same thing twice happens often aka