getScheduledReorders() public method

Gets the currently scheduled document reorders in this UnitOfWork.
public getScheduledReorders ( ) : array
return array
コード例 #1
0
ファイル: UnitOfWorkTest.php プロジェクト: nikophil/cmf-tests
 public function testGetScheduledReorders()
 {
     // TODO: do some real test
     $this->assertCount(0, $this->uow->getScheduledReorders());
 }