Ejemplo n.º 1
0
 public function testGetGroupedEntitiesEmpty()
 {
     $this->provider->expects($this->once())->method('getProviderForEntity')->willReturn($this->returnValue(new TestActivityProvider()));
     $this->assertCount(0, $this->activityListManager->getGroupedEntities(new \stdClass(), '', '', 0, []));
 }