Example #1
0
 /**
  * Test getUserAttributes
  */
 public function testGetUserAttributes()
 {
     $expected = array('attribute_visible_user' => $this->_userAttribute);
     $this->assertEquals($expected, $this->_model->getUserAttributes());
 }