fix autonamenegativelength test
This commit is contained in:
parent
3a1c78bd75
commit
f30146b521
|
@ -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