File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed
dev/tests/integration/testsuite/Magento/Setup/Controller Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 19
19
* @deprecated
20
20
*
21
21
* @link setup/src/Magento/Setup/Test/Unit/Controller/ComponentGridTest.php
22
+ *
23
+ * @SuppressWarnings(PHPMD.UnusedPrivateField)
22
24
*/
23
25
class ComponentGridTest extends \PHPUnit_Framework_TestCase
24
26
{
@@ -114,6 +116,7 @@ public function testSyncAction()
114
116
* Prepare the timezone mock to expect calls and return formatted date and time
115
117
*
116
118
* @return none
119
+ * @SuppressWarnings(PHPMD.UnusedPrivateMethod)
117
120
*/
118
121
private function setupTimezoneMock ()
119
122
{
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ private function getTimezone()
96
96
* Set timezone
97
97
*
98
98
* @param \Magento\Framework\Stdlib\DateTime\TimezoneInterface $timezone
99
+ * @return void
99
100
* @throws \Exception
100
101
*/
101
102
public function setTimezone (\Magento \Framework \Stdlib \DateTime \TimezoneInterface $ timezone )
Original file line number Diff line number Diff line change @@ -1118,6 +1118,8 @@ private function deleteDeploymentConfig()
1118
1118
*
1119
1119
* @throws \Magento\Setup\Exception
1120
1120
* @return void
1121
+ *
1122
+ * @SuppressWarnings(PHPMD.UnusedPrivateMethod)
1121
1123
*/
1122
1124
private function assertDeploymentConfigExists ()
1123
1125
{
Original file line number Diff line number Diff line change 15
15
16
16
/**
17
17
* Class UpdatePackagesCache manages information about available for update packages though the cache file.
18
+ *
19
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
18
20
*/
19
21
class UpdatePackagesCache
20
22
{
@@ -95,6 +97,7 @@ private function getDateTime()
95
97
* Set datetime
96
98
*
97
99
* @param \Magento\Framework\Stdlib\DateTime\DateTime $dateTime
100
+ * @return void
98
101
* @throws \Exception
99
102
*/
100
103
public function setDateTime (\Magento \Framework \Stdlib \DateTime \DateTime $ dateTime )
You can’t perform that action at this time.
0 commit comments