Revision 4003efde
Added by Assos Assos over 4 years ago
drupal7/sites/all/modules/views/tests/comment/views_handler_argument_comment_user_uid.test | ||
---|---|---|
35 | 35 |
return comment_save((object) $comment); |
36 | 36 |
} |
37 | 37 |
|
38 |
function setUp() { |
|
39 |
parent::setUp(); |
|
38 |
/** |
|
39 |
* {@inheritdoc} |
|
40 |
*/ |
|
41 |
public function setUp(array $modules = array()) { |
|
42 |
parent::setUp($modules); |
|
40 | 43 |
|
41 | 44 |
// Add two users, create a node with the user1 as author and another node |
42 | 45 |
// with user2 as author. For the second node add a comment from user1. |
Also available in: Unified diff
Weekly update of contrib modules