Ejemplo n.º 1
0
 /**
  * @covers AppSolr::getCountApplicationsPMOS2
  *
  * @depends testReindexAllApplications
  */
 public function testGetCountApplicationsPMOS2()
 {
     $result = $this->object->getCountApplicationsPMOS2();
     $this->assertGreaterThan(0, $result, "Assert error testGetCountApplicationsPMOS2");
     print "Applications count: " . $result . "\n";
     return $result;
 }