We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09b194 commit 718aff1Copy full SHA for 718aff1
app/code/Magento/Analytics/Test/Unit/ReportXml/DB/ReportValidatorTest.php
@@ -112,12 +112,12 @@ public static function errorDataProvider()
112
[
113
$reportName,
114
'expectedResult' => [],
115
- 'queryReturnStub' => $this->returnValue(null)
+ 'queryReturnStub' => self::returnValue(null)
116
],
117
118
119
'expectedResult' => [$reportName, $errorMessage],
120
- 'queryReturnStub' => $this->throwException(new \Zend_Db_Statement_Exception($errorMessage))
+ 'queryReturnStub' => self::throwException(new \Zend_Db_Statement_Exception($errorMessage))
121
]
122
];
123
}
0 commit comments