Пример #1
0
 /**
  * @depends testCreationSuccess
  */
 public function testSetGetName()
 {
     $attribute = new Attribute();
     $attribute->setName('Color');
     $this->assertEquals('Color', $attribute->getName());
 }