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/FlushCacheOnUpdatePivotTest.php
+3
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@
7
7
8
8
class FlushCacheOnUpdatePivotTest extends TestCase
9
9
{
10
+
/**
11
+
* @dataProvider strictModeContextProvider
12
+
*/
10
13
publicfunctiontest_belongs_to_many()
11
14
{
12
15
$key = 'leqc:sqlitegetselect "roles".*, "role_user"."user_id" as "pivot_user_id", "role_user"."role_id" as "pivot_role_id" from "roles" inner join "role_user" on "roles"."id" = "role_user"."role_id" where "role_user"."user_id" = ? limit 1a:1:{i:0;i:1;}';
0 commit comments