CustomGento_ConfigurableTierPrices icon indicating copy to clipboard operation
CustomGento_ConfigurableTierPrices copied to clipboard

Implement Test Methods For Admin Pricing

Open sprankhub opened this issue 8 years ago • 0 comments

Similar to the other test methods in CustomGento_ConfigurableTierPrices_Test_Model_ObserverTest, there should be methods, which check the pricing in the admin area:

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

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

sprankhub avatar Sep 13 '17 16:09 sprankhub