Skip to content

Commit

Permalink
fixing cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepolo committed Feb 3, 2016
1 parent bd14a1e commit 113a8a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/SubItemsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ public function testSubItemItemsTotal()
$this->assertEquals(14, $item->getPrice(false, false));
}

/**
* Testing totals for sub sub items
*/
public function testSubItemsSubItemsTotal()
{
$item = $this->addItem(1, 11);
Expand All @@ -87,6 +90,7 @@ public function testSubItemsSubItemsTotal()
$this->assertEquals(14, $item->subTotal(false, false));
$this->assertEquals(14, $item->getPrice(false, false));
}

/**
* Test adding an item on a sub item
*/
Expand Down

0 comments on commit 113a8a2

Please sign in to comment.