Skip to content

Commit

Permalink
removed incomplete tests and created a GitHub issue for them
Browse files Browse the repository at this point in the history
  • Loading branch information
sprankhub committed Sep 13, 2017
1 parent 500a7d0 commit 851e15b
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,24 +121,4 @@ public function testProduct1CartTierPricing()
$this->assertEquals(36, $cart->getQuote()->getGrandTotal(), 'test tier price in cart');
}

/**
* @test
* @loadFixture createProducts
* @doNotIndexAll
*/
public function testProduct1AdminPricing()
{
// TODO implement test
}

/**
* @test
* @loadFixture createProducts
* @doNotIndexAll
*/
public function testProduct1AdminTierPricing()
{
// TODO implement test
}

}

0 comments on commit 851e15b

Please sign in to comment.