File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Block/Adminhtml/Order/Create
Test/Unit/Block/Order/Create Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ protected function _construct()
84
84
*/
85
85
public function getTotals ()
86
86
{
87
- $ this ->getQuote ()->setTotalsCollectedFlag (false );
88
87
$ this ->getQuote ()->collectTotals ();
89
88
if ($ this ->getQuote ()->isVirtual ()) {
90
89
$ totals = $ this ->getQuote ()->getBillingAddress ()->getTotals ();
Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ protected function setUp()
87
87
public function testGetTotals ($ isVirtual )
88
88
{
89
89
$ expected = 'expected ' ;
90
- $ this ->quoteMock ->expects ($ this ->at (0 ))->method ('setTotalsCollectedFlag ' )->with (false );
91
90
$ this ->quoteMock ->expects ($ this ->at (1 ))->method ('collectTotals ' );
92
91
$ this ->quoteMock ->expects ($ this ->once ())->method ('isVirtual ' )->willreturn ($ isVirtual );
93
92
if ($ isVirtual ) {
You can’t perform that action at this time.
0 commit comments