@@ -32,7 +32,7 @@ |
||
32 | 32 | function it_is_initializable() |
33 | 33 | { |
34 | 34 | $this->shouldHaveType('Sylius\Component\Inventory\Operator\BackordersHandler'); |
35 | - } |
|
35 | + } |
|
36 | 36 | |
37 | 37 | function it_implements_Sylius_inventory_backorders_handler_interface() |
38 | 38 | { |
@@ -151,7 +151,7 @@ |
||
151 | 151 | */ |
152 | 152 | public function theTypeFieldShouldBeDisabled() |
153 | 153 | { |
154 | - $currentPage = $this->currentPageResolver->getCurrentPageWithForm([$this->createPage, $this->updatePage]); |
|
154 | + $currentPage = $this->currentPageResolver->getCurrentPageWithForm([$this->createPage, $this->updatePage]); |
|
155 | 155 | |
156 | 156 | Assert::true( |
157 | 157 | $currentPage->isTypeDisabled(), |