Exemplo n.º 1
0
 /**
  * @test
  */
 public function isRelationiOwnedByParentCanBeSetToTrue()
 {
     $this->subject->markAsOwnedByParent();
     self::assertTrue($this->subject->isRelationOwnedByParent());
 }