mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
fix autonamenegativelength test
This commit is contained in:
parent
3a1c78bd75
commit
f30146b521
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class AutonameTest extends PHPUnit_Framework_TestCase {
|
|||
*/
|
||||
public function testAutonameNegativeLength() {
|
||||
$autoname1=autoname(-23);
|
||||
$this->assertEquals(0, count($autoname1));
|
||||
$this->assertEquals(0, strlen($autoname1));
|
||||
}
|
||||
|
||||
// public function testAutonameMaxLength() {
|
||||
|
|
Loading…
Reference in a new issue