Skip to content

Commit

Permalink
Update AccountPageTest.php
Browse files Browse the repository at this point in the history
Publish Account Page to fix failing tests
  • Loading branch information
AntonyThorpe committed Dec 6, 2023
1 parent 2309115 commit 7ece363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/Page/AccountPageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function setUp(): void

Controller::add_extension(ShopTestControllerExtension::class);
$this->accountpage = $this->objFromFixture(AccountPage::class, "accountpage");

$this->accountpage->publishSingle();
$this->controller = new AccountPageController($this->accountpage);

$r = new HTTPRequest('GET', '/');
Expand Down

0 comments on commit 7ece363

Please sign in to comment.