-
Notifications
You must be signed in to change notification settings - Fork 131
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
add unitTest_MailConfigsController_index #3425
add unitTest_MailConfigsController_index #3425
Conversation
plugins/bc-mail/tests/TestCase/Controller/Admin/MailConfigsControllerTest.php
Outdated
Show resolved
Hide resolved
plugins/bc-mail/tests/TestCase/Controller/Admin/MailConfigsControllerTest.php
Outdated
Show resolved
Hide resolved
parent::setUp(); | ||
$this->loadFixtureScenario(InitAppScenario::class); | ||
$this->MailConfigsController = new MailConfigsController($this->loginAdmin($this->getRequest())); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thangnnmd @HungDV2022 この行は使ってないですね
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thangnnmd
làm giống thằng này xem nhé a
#3423 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ryuring
こちらを調整しました。確認お願いします。
*/ | ||
use ScenarioAwareTrait; | ||
|
||
public $MailConfigsController; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thangnnmd @HungDV2022 これは不要ですね
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ryuring こちらを修正しました。確認お願いします。
@@ -34,8 +39,7 @@ public function setUp(): void | |||
*/ | |||
public function tearDown(): void | |||
{ | |||
// unset($this->MailConfigs); | |||
// unset($this->Case); | |||
unset($this->MailConfigsController); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thangnnmd @HungDV2022 これは不要ですね
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ryuring こちらを修正しました。確認お願いします。
ありがとうございます、マージします! |
add unitTest_MailConfigsController_index