Skip to content

Commit

Permalink
Remove BC test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Nov 12, 2023
1 parent a148f0c commit e84c617
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Provider/QueryBuilderProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,6 @@ public static function cteAliases(): array
'with one column' => ['a(b)', '[[a]]([[b]])'],
'with columns' => ['a(b,c,d)', '[[a]]([[b]], [[c]], [[d]])'],
'with extra space' => ['a(b,c,d) ', 'a(b,c,d) '],
'expression' => [new Expression('a(b,c,d)'), 'a(b,c,d)'],
];
}
}

0 comments on commit e84c617

Please sign in to comment.