Beispiel #1
0
 public function testGetAttributes()
 {
     $attributes = $this->description->getAttributes();
     $this->assertArrayHasKey('email', $attributes);
     $this->assertArrayHasKey('username', $attributes);
     $this->assertArrayHasKey('created', $attributes);
 }
Beispiel #2
0
 public function testAttributeDescriptions()
 {
     $attributes = $this->description->getAttributes();
     #print_r($attributes);
 }