From 68c6d7a099e8615a135b75464e308c719bd9b0fe Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 27 Feb 2018 09:55:10 +0100 Subject: fix syntax error --- tests/unit/AutonameTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/AutonameTest.php') diff --git a/tests/unit/AutonameTest.php b/tests/unit/AutonameTest.php index 314849b39..566fe6149 100644 --- a/tests/unit/AutonameTest.php +++ b/tests/unit/AutonameTest.php @@ -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 -- cgit v1.2.3