mirror of
https://github.com/friendica/friendica
synced 2025-12-16 15:11:08 +01:00
some work on tests
This commit is contained in:
parent
ecabe1d505
commit
3a1c78bd75
7 changed files with 77 additions and 68 deletions
|
|
@ -40,7 +40,7 @@ class AutonameTest extends PHPUnit_Framework_TestCase {
|
|||
*/
|
||||
public function testAutonameNoLength() {
|
||||
$autoname1=autoname(0);
|
||||
$this->assertEquals(0, count($autoname1));
|
||||
$this->assertEquals(0, strlen($autoname1));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue