Exemplo n.º 1
0
 public function testSetGetPaperOrientation()
 {
     $this->model->setPaperOrientation('landscape');
     $this->assertSame('landscape', $this->model->getPaperOrientation());
 }