File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Quote/Test/Unit/Model/Webapi
Webapi/Test/Unit/Controller/Rest Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function setUp()
42
42
);
43
43
}
44
44
45
- public function testGetOverridenValueIsCustomerAndCartExists ()
45
+ public function testGetOverriddenValueIsCustomerAndCartExists ()
46
46
{
47
47
$ retValue = 'retValue ' ;
48
48
$ customerId = 1 ;
@@ -67,7 +67,7 @@ public function testGetOverridenValueIsCustomerAndCartExists()
67
67
$ this ->assertSame ($ retValue , $ this ->model ->getOverriddenValue ());
68
68
}
69
69
70
- public function testGetOverridenValueIsCustomerAndCartDoesNotExist ()
70
+ public function testGetOverriddenValueIsCustomerAndCartDoesNotExist ()
71
71
{
72
72
$ customerId = 1 ;
73
73
@@ -86,7 +86,7 @@ public function testGetOverridenValueIsCustomerAndCartDoesNotExist()
86
86
$ this ->assertNull ($ this ->model ->getOverriddenValue ());
87
87
}
88
88
89
- public function testGetOverridenValueIsCustomerAndCartIsNull ()
89
+ public function testGetOverriddenValueIsCustomerAndCartIsNull ()
90
90
{
91
91
$ customerId = 1 ;
92
92
@@ -105,7 +105,7 @@ public function testGetOverridenValueIsCustomerAndCartIsNull()
105
105
$ this ->assertNull ($ this ->model ->getOverriddenValue ());
106
106
}
107
107
108
- public function testGetOverridenValueIsNotCustomer ()
108
+ public function testGetOverriddenValueIsNotCustomer ()
109
109
{
110
110
$ this ->userContext ->expects ($ this ->once ())
111
111
->method ('getUserType ' )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function setUp()
34
34
);
35
35
}
36
36
37
- public function testGetOverridenValueIsCustomer ()
37
+ public function testGetOverriddenValueIsCustomer ()
38
38
{
39
39
$ retValue = 'retValue ' ;
40
40
@@ -48,7 +48,7 @@ public function testGetOverridenValueIsCustomer()
48
48
$ this ->assertSame ($ retValue , $ this ->model ->getOverriddenValue ());
49
49
}
50
50
51
- public function testGetOverridenValueIsNotCustomer ()
51
+ public function testGetOverriddenValueIsNotCustomer ()
52
52
{
53
53
$ this ->userContext ->expects ($ this ->once ())
54
54
->method ('getUserType ' )
You can’t perform that action at this time.
0 commit comments