Skip to content
Snippets Groups Projects
Commit 2b94427e authored by lbrun's avatar lbrun
Browse files

hotline#26157: fix tests

parent 5fbb3892
Branches
Tags
No related merge requests found
......@@ -57,7 +57,7 @@ class KidilanguesLinkUrlForUserTest extends KidilanguesLinkTestCase {
public function setUp() {
parent::setUp();
$this->_link = $link = Class_KidilanguesLink::forUser(Class_Users::find(1));
$this->_link = $link = new Class_KidilanguesLink();
}
......
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