Skip to content

Commit 718aff1

Browse files
ShradddhaShradddha
authored andcommitted
AC-12092:: Remove Deprecations- PhpUnit10 Unit Tests
1 parent a09b194 commit 718aff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Analytics/Test/Unit/ReportXml/DB/ReportValidatorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ public static function errorDataProvider()
112112
[
113113
$reportName,
114114
'expectedResult' => [],
115-
'queryReturnStub' => $this->returnValue(null)
115+
'queryReturnStub' => self::returnValue(null)
116116
],
117117
[
118118
$reportName,
119119
'expectedResult' => [$reportName, $errorMessage],
120-
'queryReturnStub' => $this->throwException(new \Zend_Db_Statement_Exception($errorMessage))
120+
'queryReturnStub' => self::throwException(new \Zend_Db_Statement_Exception($errorMessage))
121121
]
122122
];
123123
}

0 commit comments

Comments
 (0)