Example #1
0
 /**
  * tests Module->getRelations()
  */
 public function testGetRelations()
 {
     $relation = $this->setupRelation();
     $this->module->addRelation($relation);
     $relations = $this->module->getRelations();
     $this->assertEquals($relation, $relations[0]);
 }