Skip to content

Commit

Permalink
Update PluginsControllerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring authored Nov 2, 2023
1 parent f448e17 commit 83eecc3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ public function test_add()
$result = json_decode((string)$this->_response->getBody());
$this->assertEquals('新規プラグイン「' . $plugin . '」を追加しました。', $result->message);

$folder->delete();
$folder = new BcFolder(BASER_PLUGINS . $plugin);
$folder->delete();
}
Expand Down

0 comments on commit 83eecc3

Please sign in to comment.