Example #1
0
 /**
  * Test getSystemAttributes
  */
 public function testGetSystemAttributes()
 {
     $expected = array('attribute_invisible_system' => $this->_systemAttribute);
     $this->assertEquals($expected, $this->_model->getSystemAttributes());
 }