File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
framework/core/tests/integration/api/groups Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ protected function setUp(): void
2727 parent ::setUp ();
2828
2929 $ this ->prepareDatabase ([
30- User::class => [
30+ User::class => [
3131 $ this ->normalUser (),
3232 ],
3333 Group::class => [
@@ -58,7 +58,7 @@ public function admin_can_reorder_groups()
5858 $ this ->assertNull (Group::findOrFail (7 )->position , 'Group 7 should have null position when not included ' );
5959 }
6060
61- #[Test]
61+ #[Test]
6262 public function non_admin_cannot_reorder_groups ()
6363 {
6464 $ response = $ this ->send (
@@ -114,4 +114,4 @@ public function rejects_null_order()
114114 $ this ->assertSame (6 , Group::findOrFail (6 )->position );
115115 $ this ->assertSame (7 , Group::findOrFail (7 )->position );
116116 }
117- }
117+ }
You can’t perform that action at this time.
0 commit comments