Esempio n. 1
0
 public function testItProperlyCastsObjectsDuringAssigningProperties()
 {
     $this->assertInstanceOf(Location::class, $this->clan->location());
     $this->assertInstanceOf(Badge::class, $this->clan->badge());
     $this->assertInstanceOf(MemberList::class, $this->clan->memberList());
 }