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