BUG 5004 Change text doesn't exists!
All wrong texts like doesn't exists or not exists by doesn't exist
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
}
|
||||
$t->is( strlen( $roleOperator ) >= 30 , true, 'role PROCESSMAKER_OPERATOR exists');
|
||||
if ( $roleOperator == '' )
|
||||
throw ( new Exception ( "role PROCESSMAKER_OPERATOR does not exist" ) );
|
||||
throw ( new Exception ( "role PROCESSMAKER_OPERATOR doesn't exist" ) );
|
||||
|
||||
//checking user list
|
||||
$users = ws_userList();
|
||||
|
||||
Reference in New Issue
Block a user