4 require_once
'Services/Contact/BuddySystem/test/states/ilBuddySystemBaseStateTest.php';
25 $this->assertFalse($this->relation->isUnlinked());
33 $this->assertTrue($this->relation->isLinked());
41 $this->assertFalse($this->relation->isRequested());
49 $this->assertFalse($this->relation->isIgnored());
57 $this->relation->unlink();
58 $this->assertTrue($this->relation->isUnlinked());
59 $this->assertTrue($this->relation->wasLinked());
67 $this->relation->link();
75 $this->relation->request();
83 $this->relation->ignore();
testCanBeIgnored()
ilBuddySystemRelationStateException
testCanBeLinked()
ilBuddySystemRelationStateException
testCanBeRequested()
ilBuddySystemRelationStateException
Class ilBuddySystemLinkedState.
Class ilBuddySystemBaseStateTest.
Class ilBuddySystemLinkedStateRelationTest.