@@ -32,8 +32,7 @@ public void setUp() throws Exception {
32
32
33
33
/**
34
34
* Test for the absence of an error in the presence of
35
- * classes or interfaces specified for preferences
36
- * <preference for="Magento\Catalog\Api\ProductRepositoryInterface" type="Foo\Bar\Model\Logger"/>
35
+ * classes or interfaces specified for preferences.
37
36
*/
38
37
public void testClassAttrForAndTypeAreExist () {
39
38
configureFixture ();
@@ -54,7 +53,7 @@ public void testClassAttrForAndTypeAreExist() {
54
53
}
55
54
56
55
/**
57
- * Test for throwing an error for a class that does not exist for the "for" attribute
56
+ * Test for throwing an error for a class that does not exist for the "for" attribute.
58
57
*/
59
58
public void testClassAttrForDoesNotExists () {
60
59
configureFixture ();
@@ -68,7 +67,7 @@ public void testClassAttrForDoesNotExists() {
68
67
}
69
68
70
69
/**
71
- * Test for throwing an error for a class that does not exist for the "type" attribute
70
+ * Test for throwing an error for a class that does not exist for the "type" attribute.
72
71
*/
73
72
public void testClassAttrTypeDoesNotExists () {
74
73
configureFixture ();
@@ -83,7 +82,7 @@ public void testClassAttrTypeDoesNotExists() {
83
82
84
83
/**
85
84
* Test for an error for the "type" attribute because it is empty and
86
- * there is no error "for" the for attribute because this class exists
85
+ * there is no error "for" the for attribute because this class exists.
87
86
* <preference for="Foo\Bar\Model\Logger" type=""/>
88
87
*/
89
88
public void testForAttrArgsValuesIsEmpty () {
@@ -106,7 +105,7 @@ public void testForAttrArgsValuesIsEmpty() {
106
105
107
106
/**
108
107
* Test for an error for the "for" attribute because it is empty and
109
- * there is no error "type" the for attribute because this class exists
108
+ * there is no error "type" the for attribute because this class exists.
110
109
* <preference for="" type="Foo\Bar\Model\Logger"/>
111
110
*/
112
111
public void testTypeAttrArgsValuesIsEmpty () {
0 commit comments