You are here

function RelationTestCase::createRelationUsers in Relation 7

1 call to RelationTestCase::createRelationUsers()
RelationTestCase::setUp in tests/relation.test
Sets up a Drupal site for running functional and integration tests.

File

tests/relation.test, line 68
Tests for Relation module.

Class

RelationTestCase
Relation helper class.

Code

function createRelationUsers() {
  $this->user1 = $this
    ->drupalCreateUser();
}