コード例 #1
0
ファイル: TestCommon.php プロジェクト: niallmccrudden/zf2
 public function testGoodModuleSize()
 {
     $this->_renderer->setModuleSize(2.34);
     $this->assertSame(2.34, $this->_renderer->getModuleSize());
 }