public function setUp()
 {
     parent::setUp();
     $this->chartUsageHelper = $this->getMockBuilder('OCA\\ocUsageCharts\\DataProviders\\ChartUsageHelper')->disableOriginalConstructor()->getMock();
     $this->provider = new StorageUsagePerMonthProvider($this->config, $this->repository, $this->user, $this->storage, $this->chartUsageHelper);
 }
 public function setUp()
 {
     parent::setUp();
     $this->provider = new StorageUsageCurrentProvider($this->config, $this->repository, $this->user, $this->storage);
 }