Skip to content

Commit 665c5a0

Browse files
committed
re-record
1 parent 6bc286b commit 665c5a0

File tree

4 files changed

+49
-2
lines changed

4 files changed

+49
-2
lines changed

.phpstan-dba-pdo-mysql.cache

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/default/config/.phpunit-phpstan-dba-mysqli.cache

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/default/config/.phpunit-phpstan-dba-pdo-mysql.cache

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/rules/QueryPlanAnalyzerRuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,12 @@ public function testNotUsingIndexInDebugMode(): void
174174
UnresolvableQueryStringTypeException::getTip(),
175175
],
176176
[
177-
"Query is not using an index on table 'ada'." . $proposal,
177+
"Query is not using an index on table 'ada'." . $proposal . "\n\nSimulated query: EXPLAIN SELECT * FROM `ada` WHERE email = '[email protected]'",
178178
78,
179179
$tip,
180180
],
181181
[
182-
"Query is not using an index on table 'ada'." . $proposal,
182+
"Query is not using an index on table 'ada'." . $proposal . "\n\nSimulated query: EXPLAIN SELECT *,adaid FROM `ada` WHERE email = '[email protected]'",
183183
79,
184184
$tip,
185185
],

0 commit comments

Comments
 (0)