mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Issue #4344 Usersettings: Homepage and Textarea set to "No - Will not show on signup page" during testing. Test now checks that these fields are not displayed. toAvatar test refinement.
This commit is contained in:
@@ -1206,7 +1206,7 @@ while($row = $sql->fetch())
|
||||
"thumb.php?src=%7Be_IMAGE%7Dgeneric%2Fblank_avatar.jpg&w=50&h=50",
|
||||
"class='img-rounded rounded user-avatar'",
|
||||
"<a class='e-tip' title=",
|
||||
"usersettings.php"
|
||||
e107::getUrl()->create('user/myprofile/edit')
|
||||
)
|
||||
),
|
||||
5 => array(
|
||||
@@ -1227,7 +1227,8 @@ while($row = $sql->fetch())
|
||||
)
|
||||
),
|
||||
/** @fixme - doesn't pass under CLI */
|
||||
/* 6 => array(
|
||||
/*
|
||||
7 => array(
|
||||
'input' => array('user_image'=>'avatartest.png'),
|
||||
'parms' => array('w'=>50, 'h'=>50, 'crop'=>true, 'base64'=>true, 'shape'=>'circle'),
|
||||
'expected' => array(
|
||||
|
Reference in New Issue
Block a user