getScheduledReorders() public méthode

Gets the currently scheduled document reorders in this UnitOfWork.
public getScheduledReorders ( ) : array
Résultat array
 public function testGetScheduledReorders()
 {
     // TODO: do some real test
     $this->assertCount(0, $this->uow->getScheduledReorders());
 }