We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1347196 commit d8c53d1Copy full SHA for d8c53d1
src/Test/Integration/FeatureContextAbstract.php
@@ -8,12 +8,12 @@
8
use PHPUnit\Framework\Assert;
9
use ShoppinPal\YapepCommon\Bootstrap\BootstrapAbstract;
10
use ShoppinPal\YapepCommon\Storage\StorageFactory;
11
+use YapepBase\Application;
12
use YapepBase\Communication\CurlHttpRequest;
13
use YapepBase\Communication\CurlHttpRequestResult;
14
use YapepBase\Config;
15
use YapepBase\Exception\Exception;
16
use YapepBase\File\FileHandlerPhp;
-use YapepBase\Request\HttpRequest;
17
18
19
/**
@@ -67,6 +67,7 @@ public function initScenario()
67
$this->getDbInitializer()->initDatabase();
68
$this->initLogs();
69
$this->cleanUpStorages();
70
+ Application::getInstance()->getDiContainer()->getViewDo()->clear();
71
}
72
73
0 commit comments