Ejemplo n.º 1
0
 public function testSetWidth()
 {
     // Arrange
     // ...
     // Act
     $this->part->setWidth('anotherWidth');
     // Assert
     $this->assertEquals('anotherWidth', $this->part->getWidth());
 }