Ejemplo n.º 1
0
 public function testSetGetLeftMargin()
 {
     $this->model->setLeftMargin(10);
     $this->assertSame(10, $this->model->getLeftMargin());
 }