Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PluginsService and PluginsServiceTest #2845

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

nghiem-mb
Copy link
Contributor

No description provided.

$folder = new Folder(TMP . $srcName);
$folder->move(BASER_PLUGINS . $dstName, ['mode' => 0777]);
$folder = new BcFolder(TMP . $srcName);
$folder->move(TMP . $srcName, BASER_PLUGINS);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nghiem-mb $dstName の追加が必要そう

$folder->copy($zipSrcPath . 'BcThemeSample2', ['from' => $path, 'mode' => 0777]);
$folder = new BcFolder($zipSrcPath);
$folder->create();
$folder->copy($path, $zipSrcPath);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nghiem-mb BcFolder::copyの仕組みが問題ないか確認します。

@ryuring ryuring assigned nghiem-mb and unassigned ryuring Nov 9, 2023
@ryuring ryuring added the Reviewed レビュー済 label Nov 9, 2023
@ryuring
Copy link
Collaborator

ryuring commented Nov 14, 2023

BcFolder::copy() の仕様がおかしいので見直しをお願いします。

@nghiem-mb
Copy link
Contributor Author

@ryuring
修正しました。
確認お願いします。

@nghiem-mb nghiem-mb assigned ryuring and unassigned nghiem-mb Nov 14, 2023
@ryuring
Copy link
Collaborator

ryuring commented Nov 15, 2023

@nghiem-mb ありがとうございます。マージします。

@ryuring ryuring merged commit e8ec3fe into baserproject:dev-#2773 Nov 15, 2023
1 check passed
@nghiem-mb nghiem-mb deleted the dev-#2773-PluginsService branch November 16, 2023 01:33
@momofff momofff added this to the CakePHP5 milestone Nov 24, 2023
@ryuring ryuring modified the milestones: CakePHP5, 5.1.0 Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reviewed レビュー済
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants