Example #1
0
 /**
  * Returns the default '%s' field name format when the block has no data for it.
  */
 public function testGetFieldNameFormatHasNoData()
 {
     $this->assertEquals(self::FORMAT_S, $this->_block->getFieldNameFormat());
 }