File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Customer/Test/Unit/Controller/Adminhtml/Index Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ public function testExecuteWithNewCustomer()
610
610
{
611
611
$ customerId = 22 ;
612
612
$ addressId = 11 ;
613
- $ subscription = 'false ' ;
613
+ $ subscription = '0 ' ;
614
614
$ postValue = [
615
615
'customer ' => [
616
616
'coolness ' => false ,
@@ -875,7 +875,7 @@ public function testExecuteWithNewCustomer()
875
875
*/
876
876
public function testExecuteWithNewCustomerAndValidationException ()
877
877
{
878
- $ subscription = 'false ' ;
878
+ $ subscription = '0 ' ;
879
879
$ postValue = [
880
880
'customer ' => [
881
881
'coolness ' => false ,
@@ -1018,7 +1018,7 @@ public function testExecuteWithNewCustomerAndValidationException()
1018
1018
*/
1019
1019
public function testExecuteWithNewCustomerAndLocalizedException ()
1020
1020
{
1021
- $ subscription = 'false ' ;
1021
+ $ subscription = '0 ' ;
1022
1022
$ postValue = [
1023
1023
'customer ' => [
1024
1024
'coolness ' => false ,
@@ -1161,7 +1161,7 @@ public function testExecuteWithNewCustomerAndLocalizedException()
1161
1161
*/
1162
1162
public function testExecuteWithNewCustomerAndException ()
1163
1163
{
1164
- $ subscription = 'false ' ;
1164
+ $ subscription = '0 ' ;
1165
1165
$ postValue = [
1166
1166
'customer ' => [
1167
1167
'coolness ' => false ,
You can’t perform that action at this time.
0 commit comments