コード例 #1
0
ファイル: ProxyTest.php プロジェクト: menthol/Flexible
 /**
  * @test
  */
 public function it_can_get_index()
 {
     $this->assertEquals($this->index, $this->proxy->getIndex());
 }
コード例 #2
0
ファイル: ResultTest.php プロジェクト: geekybeaver/larasearch
 /**
  * @test
  */
 public function it_should_get_index()
 {
     $this->assertEquals(3, $this->result->getIndex());
 }