Exemple #1
0
 public function testGoodModuleSize()
 {
     $this->_renderer->setModuleSize(2.34);
     $this->assertSame(2.34, $this->_renderer->getModuleSize());
 }