Skip to content

Commit

Permalink
Update plugin version to ec-cube 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luoweiwang committed Mar 5, 2024
1 parent bef9264 commit 446e286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/Web/Admin/ConfigControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public function versionProvider()
*/
public function testバックアップファイルをアップロードできるかテスト($v, $c, $p, $o)
{
$project_dir = self::$container->getParameter('kernel.project_dir');
$container = self::getContainer();
$project_dir = $container->getParameter('kernel.project_dir');

$file = $project_dir.'/app/Plugin/DataMigration42/Tests/Fixtures/'.$v.'.tar.gz';
$testFile = $project_dir.'/app/Plugin/DataMigration42/Tests/Fixtures/test.tar.gz';
Expand Down

0 comments on commit 446e286

Please sign in to comment.