From 81718c86989c5891a5fdfedb2eddc7a1011dce49 Mon Sep 17 00:00:00 2001 From: HungDV2022 Date: Fri, 15 Nov 2024 13:48:07 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A6=E3=83=8B=E3=83=83=E3=83=88=E3=83=86?= =?UTF-8?q?=E3=82=B9=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/baser-core/tests/TestCase/BcPluginTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();