@@ -675,10 +675,10 @@ public function test_installing_without_migrating_hook()
675
675
676
676
// Install hook
677
677
$ this ->artisan ('hook:install ' , [
678
- 'name ' => 'migrating-hook ' ,
679
- 'version ' => 'v1.0.0 ' ,
678
+ 'name ' => 'migrating-hook ' ,
679
+ 'version ' => 'v1.0.0 ' ,
680
680
'--without-migrating ' => true ,
681
- '--without-seeding ' => true ,
681
+ '--without-seeding ' => true ,
682
682
]);
683
683
684
684
$ this ->assertFalse (Schema::hasTable ('tests ' ));
@@ -728,7 +728,7 @@ public function test_uninstalling_without_unmigrating_hook()
728
728
729
729
// Uninstall hook
730
730
$ this ->artisan ('hook:uninstall ' , [
731
- 'name ' => 'migrating-hook ' ,
731
+ 'name ' => 'migrating-hook ' ,
732
732
'--without-unmigrating ' => true ,
733
733
]);
734
734
@@ -793,10 +793,10 @@ public function test_updating_without_remigrating_hook()
793
793
794
794
// Install hook
795
795
$ this ->artisan ('hook:update ' , [
796
- 'name ' => 'migrating-hook ' ,
797
- 'version ' => 'v2.0.0 ' ,
796
+ 'name ' => 'migrating-hook ' ,
797
+ 'version ' => 'v2.0.0 ' ,
798
798
'--without-migrating ' => true ,
799
- '--without-seeding ' => true ,
799
+ '--without-seeding ' => true ,
800
800
]);
801
801
802
802
$ this ->assertTrue (Schema::hasTable ('tests ' ));
@@ -829,8 +829,8 @@ public function test_installing_without_seeding_hook()
829
829
830
830
// Install hook
831
831
$ this ->artisan ('hook:install ' , [
832
- 'name ' => 'migrating-hook ' ,
833
- 'version ' => 'v1.0.0 ' ,
832
+ 'name ' => 'migrating-hook ' ,
833
+ 'version ' => 'v1.0.0 ' ,
834
834
'--without-seeding ' => true ,
835
835
]);
836
836
@@ -855,7 +855,7 @@ public function test_unseeding_hook()
855
855
856
856
// Uninstall hook
857
857
$ this ->artisan ('hook:uninstall ' , [
858
- 'name ' => 'migrating-hook ' ,
858
+ 'name ' => 'migrating-hook ' ,
859
859
'--without-unmigrating ' => true ,
860
860
]);
861
861
@@ -880,9 +880,9 @@ public function test_uninstalling_without_unseeding()
880
880
881
881
// Uninstall hook
882
882
$ this ->artisan ('hook:uninstall ' , [
883
- 'name ' => 'migrating-hook ' ,
883
+ 'name ' => 'migrating-hook ' ,
884
884
'--without-unmigrating ' => true ,
885
- '--without-unseeding ' => true ,
885
+ '--without-unseeding ' => true ,
886
886
]);
887
887
888
888
$ this ->assertTrue (Schema::hasTable ('tests ' ));
@@ -933,8 +933,8 @@ public function test_updating_without_reseeding()
933
933
934
934
// Update hook
935
935
$ this ->artisan ('hook:update ' , [
936
- 'name ' => 'migrating-hook ' ,
937
- 'version ' => 'v2.0.0 ' ,
936
+ 'name ' => 'migrating-hook ' ,
937
+ 'version ' => 'v2.0.0 ' ,
938
938
'--without-seeding ' => true ,
939
939
]);
940
940
@@ -971,8 +971,8 @@ public function test_installing_without_publishing_assets()
971
971
972
972
// Install hook
973
973
$ this ->artisan ('hook:install ' , [
974
- 'name ' => 'migrating-hook ' ,
975
- 'version ' => 'v1.0.0 ' ,
974
+ 'name ' => 'migrating-hook ' ,
975
+ 'version ' => 'v1.0.0 ' ,
976
976
'--without-publishing ' => true ,
977
977
]);
978
978
@@ -1060,7 +1060,7 @@ public function test_uninstalling_without_unpublishing_assets()
1060
1060
1061
1061
// Uninstall hook
1062
1062
$ this ->artisan ('hook:uninstall ' , [
1063
- 'name ' => 'migrating-hook ' ,
1063
+ 'name ' => 'migrating-hook ' ,
1064
1064
'--without-unpublishing ' => true ,
1065
1065
]);
1066
1066
@@ -1091,7 +1091,7 @@ public function test_republishing_assets_on_update()
1091
1091
1092
1092
// Update hook
1093
1093
$ this ->artisan ('hook:update ' , [
1094
- 'name ' => 'migrating-hook ' ,
1094
+ 'name ' => 'migrating-hook ' ,
1095
1095
'version ' => 'v2.0.0 ' ,
1096
1096
]);
1097
1097
@@ -1125,8 +1125,8 @@ public function test_updating_without_republishing_assets()
1125
1125
1126
1126
// Update hook
1127
1127
$ this ->artisan ('hook:update ' , [
1128
- 'name ' => 'migrating-hook ' ,
1129
- 'version ' => 'v2.0.0 ' ,
1128
+ 'name ' => 'migrating-hook ' ,
1129
+ 'version ' => 'v2.0.0 ' ,
1130
1130
'--without-publishing ' => true ,
1131
1131
]);
1132
1132
@@ -1162,7 +1162,7 @@ public function test_republishing_assets_on_update_with_custom_changed_files()
1162
1162
1163
1163
// Update hook
1164
1164
$ this ->artisan ('hook:update ' , [
1165
- 'name ' => 'migrating-hook ' ,
1165
+ 'name ' => 'migrating-hook ' ,
1166
1166
'version ' => 'v2.0.0 ' ,
1167
1167
]);
1168
1168
@@ -1201,8 +1201,8 @@ public function test_force_republishing_assets_on_update_with_custom_changed_fil
1201
1201
1202
1202
// Update hook
1203
1203
$ this ->artisan ('hook:update ' , [
1204
- 'name ' => 'migrating-hook ' ,
1205
- 'version ' => 'v2.0.0 ' ,
1204
+ 'name ' => 'migrating-hook ' ,
1205
+ 'version ' => 'v2.0.0 ' ,
1206
1206
'--force-publish ' => true ,
1207
1207
]);
1208
1208
0 commit comments