diff --git a/plugins/baser-core/tests/TestCase/BcPluginTest.php b/plugins/baser-core/tests/TestCase/BcPluginTest.php index 10eaf6d11e..34218a84b2 100644 --- a/plugins/baser-core/tests/TestCase/BcPluginTest.php +++ b/plugins/baser-core/tests/TestCase/BcPluginTest.php @@ -312,7 +312,7 @@ public function test_execScript() $this->BcPlugin->execScript($version); $users = $this->getTableLocator()->get('BaserCore.Users'); $user = $users->find()->where(['id' => 1])->first(); - $this->assertEquals('test', $user->name); + $this->assertEquals('hoge', $user->name); // 無効スクリプトあり $file = new BcFile($versionPath . DS . 'updater.php'); $file->create();