Example #1
0
 protected function setUp()
 {
     $this->bh = new BH();
     $this->bh->setOptions(['modsDelimiter' => '--']);
 }
Example #2
0
 /**
  * @before
  */
 function setupBhInstance()
 {
     $this->bh = new BH();
     $this->bh->setOptions(['indent' => '  ', 'modsDelimiter' => '--']);
 }
Example #3
0
 public function configureBhBase()
 {
     $this->bh->setOptions(['modsDelimiter' => $this->modsDelimiter, 'indent' => $this->formatHtml, 'jsAttrScheme' => false, 'jsAttrName' => 'data-bem', 'jsCls' => 'i-bem']);
 }