aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-02-27 09:55:10 +0100
committerMario Vavti <mario@mariovavti.com>2018-02-27 09:55:10 +0100
commit68c6d7a099e8615a135b75464e308c719bd9b0fe (patch)
tree465e6c676d594926d549da9448da90b3bbe8edfc /tests
parent6c37a389807c28198a9eefae9dc479bc714981c3 (diff)
downloadvolse-hubzilla-68c6d7a099e8615a135b75464e308c719bd9b0fe.tar.gz
volse-hubzilla-68c6d7a099e8615a135b75464e308c719bd9b0fe.tar.bz2
volse-hubzilla-68c6d7a099e8615a135b75464e308c719bd9b0fe.zip
fix syntax error
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/AutonameTest.php2
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