diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-27 09:55:10 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-27 09:55:10 +0100 |
commit | 68c6d7a099e8615a135b75464e308c719bd9b0fe (patch) | |
tree | 465e6c676d594926d549da9448da90b3bbe8edfc /tests/unit/AutonameTest.php | |
parent | 6c37a389807c28198a9eefae9dc479bc714981c3 (diff) | |
download | volse-hubzilla-68c6d7a099e8615a135b75464e308c719bd9b0fe.tar.gz volse-hubzilla-68c6d7a099e8615a135b75464e308c719bd9b0fe.tar.bz2 volse-hubzilla-68c6d7a099e8615a135b75464e308c719bd9b0fe.zip |
fix syntax error
Diffstat (limited to 'tests/unit/AutonameTest.php')
-rw-r--r-- | tests/unit/AutonameTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |