public function testCanConstructRebuildPropertyStatistics()
 {
     $instance = new MaintenanceFactory();
     $this->assertInstanceOf('\\SMW\\Maintenance\\RebuildPropertyStatistics', $instance->newRebuildPropertyStatistics());
 }