Esempio n. 1
0
 public function testInitialize()
 {
     $this->assertEquals('customer', $this->role->getName());
     $this->assertNull($this->role->getDescription());
     $this->assertInstanceOf(ReadOnlyCollectionWrapper::class, $this->role->getUsers());
 }