示例#1
0
 /**
  * @test
  */
 public function getSectionWords()
 {
     $section = new Section('Styleguide Forms.Checkboxes');
     $this->assertEquals('Forms.Checkboxes', $section->getSection());
     $section = new Section('Styleguide Forms - Special Checkboxes');
     $this->assertEquals('Forms - Special Checkboxes', $section->getSection());
 }