File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,6 @@ public function testFulltextWeightByColumn(): void
87
87
$ this ->markTestSkipped ('Fulltext indexes have been added in a later Laraverl version. ' );
88
88
}
89
89
90
- if (version_compare ($ this ->app ->version (), '8.74.0 ' , '< ' )) {
91
- $ this ->markTestSkipped ('Fulltext indexes have been added in a later Laraverl version. ' );
92
- }
93
-
94
90
Schema::create ('test_517379 ' , function (Blueprint $ table ): void {
95
91
$ table ->string ('col_383934 ' );
96
92
$ table ->string ('col_996362 ' );
@@ -109,10 +105,6 @@ public function testFulltextWeightByName(): void
109
105
$ this ->markTestSkipped ('Fulltext indexes have been added in a later Laraverl version. ' );
110
106
}
111
107
112
- if (version_compare ($ this ->app ->version (), '8.74.0 ' , '< ' )) {
113
- $ this ->markTestSkipped ('Fulltext indexes have been added in a later Laraverl version. ' );
114
- }
115
-
116
108
Schema::create ('test_460239 ' , function (Blueprint $ table ): void {
117
109
$ table ->string ('col_705289 ' );
118
110
$ table ->string ('col_996385 ' );
You can’t perform that action at this time.
0 commit comments