Skip to content

Commit 906f46b

Browse files
committed
updated: test
1 parent eb2dbb6 commit 906f46b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/phpunit/Admin/InsertRuleDataTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ public function setUp(): void {
3737
ignre_user bigint(20) NULL,
3838
ignre_date timestamp NULL,
3939
ignre_comment mediumtext NULL,
40+
landmark varchar(20) NULL,
41+
landmark_selector text NULL,
4042
UNIQUE KEY id (id),
4143
KEY postid_index (postid)
4244
) $charset_collate;";

0 commit comments

Comments
 (0)