You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
The text was updated successfully, but these errors were encountered:
Similar to the other test methods in
CustomGento_ConfigurableTierPrices_Test_Model_ObserverTest
, there should be methods, which check the pricing in the admin area:The text was updated successfully, but these errors were encountered: