Skip to content

Commit 67563f0

Browse files
committed
Revert "OXDEV-8213: Add tests to dataProvider for string filter"
This reverts commit 5fbac53.
1 parent 3016775 commit 67563f0

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

tests/Unit/DataType/Filter/StringFilterTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -174,17 +174,5 @@ public static function matchesDataProvider(): \Generator
174174
'stringForFalseCase' => 'this does not start with',
175175
'initFilter' => new StringFilter(beginsWith: 'this start')
176176
];
177-
178-
yield "test match begins with and contains" => [
179-
'stringForTrueCase' => 'this start with abc',
180-
'stringForFalseCase' => 'this does not start with abc',
181-
'initFilter' => new StringFilter(beginsWith: 'this start', contains: 'abc')
182-
];
183-
184-
yield "test match equals and contains" => [
185-
'stringForTrueCase' => 'this is abc',
186-
'stringForFalseCase' => 'this is not abc',
187-
'initFilter' => new StringFilter(equals: 'this is abc', contains: 'abc')
188-
];
189177
}
190178
}

0 commit comments

Comments
 (0)