コード例 #1
0
 public function testGetBackgroundCSSEmpty()
 {
     $blocknocss = new ContentBlock();
     $this->assertEquals("", $blocknocss->getBackgroundCSS());
 }