示例#1
0
 /**
  * Test the countLocus() method from the LocusRepository class
  *
  * @uses \bcGen\MainBundle\Entity\LocusRepository::countLocus()
  */
 public function testCountLocus()
 {
     echo "\n*****************Test CountLocus()**********************************************************\n";
     $result = static::$repository->countLocus(99010);
     $this->assertEquals(10, $result);
 }