コード例 #1
0
ファイル: ResultTest.php プロジェクト: geekybeaver/larasearch
 /**
  * @test
  */
 public function it_should_get_score()
 {
     $this->assertEquals(4, $this->result->getScore());
 }