@@ -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(), |