Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Nov 26, 2023
1 parent 1743c1c commit f3c632e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Provider/CommandProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -640,12 +640,12 @@ public static function rawSql(): array
],
[
<<<SQL
SELECT * FROM [[customer]] WHERE [[id]] = :id
SELECT * FROM [[customer]] WHERE [[name]] = :name
SQL,
['id' => new Stringable('alfa')],
['name' => new Stringable('Alfa')],
DbHelper::replaceQuotes(
<<<SQL
SELECT * FROM [[customer]] WHERE [[id]] = 'alfa'
SELECT * FROM [[customer]] WHERE [[id]] = 'Alfa'
SQL,
static::$driverName,
),
Expand Down

0 comments on commit f3c632e

Please sign in to comment.