Skip to content

Commit 84de896

Browse files
kenarioszAshrafOxid
authored andcommitted
Fix container trait changes
1 parent 02e3835 commit 84de896

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Twig component
22

3-
[![Actions Status](https://github.com/OXID-eSales/twig-component/actions/workflows/trigger.yaml/badge.svg?branch=b-7.4.x)](https://github.com/OXID-eSales/twig-component/actions/workflows/trigger.yaml)
3+
[![Actions Status](https://github.com/OXID-eSales/twig-component/actions/workflows/trigger.yaml/badge.svg?branch=b-8.0.x)](https://github.com/OXID-eSales/twig-component/actions/workflows/trigger.yaml)
44

55
Includes Twig template engine for OXID eShop
66

tests/Integration/TestingFixturesTrait.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ public function setShopSourceFixture(): void
6060

6161
public function reloadTestContainer(): void
6262
{
63+
$this->createContainer();
6364
$this->setShopSourceFixture();
6465
$this->setThemeFixture($this->currentTheme);
65-
$this->attachContainerToContainerFactory();
66+
$this->replaceContainerInstance();
6667
}
6768

6869
public function setThemeFixture(string $themeId): void

0 commit comments

Comments
 (0)