Skip to content

Commit

Permalink
Update AccountPageTest.php (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyThorpe authored Dec 6, 2023
1 parent 2309115 commit d88cfb7
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 d88cfb7

Please sign in to comment.