Skip to content
Snippets Groups Projects
Commit a85a66b3 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

fix test printing white spaces

parent 65530359
1 merge request!1122Hotline#29524 analyse mise en conformite cnil
......@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with BOKEH; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
trait Trait_UserGroupFixtures {
......@@ -58,15 +58,10 @@ trait Trait_UserGroupFixtures {
->newInstanceWithId(223)
->setUserId($user->getId())
->setUserGroupId(2222)]);
Storm_Test_ObjectWrapper::onLoaderOfModel('Class_Users')
->whenCalled('getIdentity')
->answers($user);
}
}
?>
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment