You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Platform/QueryResultTypeWalkerFetchTypeMatrixTest.php
+21-6Lines changed: 21 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,12 @@
52
52
usePHPUnit\Framework\Constraint\IsIdentical;
53
53
usePsr\Log\LoggerInterface;
54
54
useThrowable;
55
+
usefunctionassert;
55
56
usefunctionclass_exists;
56
57
usefunctionfloor;
57
58
usefunctiongetenv;
58
59
usefunctionin_array;
60
+
usefunctionis_string;
59
61
usefunctionmethod_exists;
60
62
usefunctionreset;
61
63
usefunctionsprintf;
@@ -65,6 +67,9 @@
65
67
/**
66
68
* This test ensures our query type inferring never differs from actual result types produced by PHP, Database drivers and Doctrine (with various versions and configurations).
0 commit comments