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