Fixed test on resize_picture()

skala
ywarnier 15 years ago
parent 74925a02cb
commit fd46296561
  1. 4
      tests/main/inc/lib/usermanager.lib.test.php

@ -287,11 +287,11 @@ class TestUserManager extends UnitTestCase {
$this->assertFalse($res);
}
function testResizePicture() {
function testResizePictureEmptyPicture() {
$file='';
$max_size_for_picture='';
$res=UserManager::resize_picture($file, $max_size_for_picture);
$this->assertTrue($res instanceof image);
$this->assertNull($res);
}
function testSaveExtraFieldChanges() {

Loading…
Cancel
Save