Skip to content

Commit 9146a15

Browse files
committed
Added workflows to test.
1 parent 99efe62 commit 9146a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Cases/ValidationExistsRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected function setUp(): void
4848
$connector = new ConnectionFactory($container);
4949
$dbConfig = [
5050
'driver' => 'mysql',
51-
'host' => 'localhost',
51+
'host' => '127.0.0.1',
5252
'database' => 'hyperf',
5353
'username' => 'root',
5454
'password' => '',

0 commit comments

Comments
 (0)