Skip to content

Commit

Permalink
test fix server
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-seahouse committed Mar 31, 2017
1 parent 39e664e commit 7f2bd65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Unit/StatisticsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public function tearDown()
unset($this->billOrgs);
parent::tearDown();
}
/*
public function testStatisticsCanBeCreated(){
self::assertInstanceOf(Statistics:: class, new Statistics());
}
Expand Down Expand Up @@ -109,10 +108,8 @@ public function testCanGetBillsTotalAmountForPastNMonths(){
$actual = $this->stats->getBillsTotalAmountForPastMonths($this->billOrgs[0], $n);
self::assertEquals($expected,$actual);
}
*/

/* ----------------- helpers ----------------- */
/*
private function createRandomNumOfBills($lowerBound, $upperBound) {
$numOfRandomBills = random_int($lowerBound, $upperBound);
$bills = $this->createRandBills($this->billOrgs[0], $numOfRandomBills);
Expand Down Expand Up @@ -159,5 +156,4 @@ private function createBillsForPast6MonthsExcludeCurrMonth() {
$from = $until->copy()->subMonth(6);
$this->createRandBillsForPeriod($from, $until);
}
*/
}

0 comments on commit 7f2bd65

Please sign in to comment.