示例#1
0
 /**
  * @test
  */
 public function calcDepthScoreWords()
 {
     $this->assertEquals(null, Section::calcDepthScore('1.Forms'));
     $this->assertEquals(null, Section::calcDepthScore('Forms'));
     $this->assertEquals(null, Section::calcDepthScore('Forms.Checkboxes'));
     $this->assertEquals(null, Section::calcDepthScore('Forms - Special Checkboxes'));
 }