8000 Update @codingStandards annotations · Codeception/Codeception@bd7f60a · GitHub
[go: up one dir, main page]

Skip to content

Commit bd7f60a

Browse files
committed
Update @codingstandards annotations
1 parent 9c32b49 commit bd7f60a

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

tests/data/claypit/c3.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
2-
3-
// @codingStandardsIgnoreFile
2+
// phpcs:ignoreFile
43
// @codeCoverageIgnoreStart
54

65
/**

tests/unit/Codeception/Lib/Console/MessageTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ public function testCut()
1818
}
1919

2020
//test message cutting
21-
// @codingStandardsIgnoreStart
2221
public function testVeryLongTestNameVeryLongTestNameVeryLongTestNameVeryLongTestNameVeryLongTestNameVeryLongTestNameVeryLongTestName()
2322
{
2423
$this->expectNotToPerformAssertions();
25-
// @codingStandardsIgnoreEnd
2624
}
2725

2826
// test multibyte message width

tests/unit/Codeception/Lib/ModuleContainerTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Codeception\Stub;
1313
use Codeception\Test\Unit;
1414

15-
// @codingStandardsIgnoreFile
1615
class ModuleContainerTest extends Unit
1716
{
1817
protected \CodeGuy $tester;
@@ -232,12 +231,13 @@ public function testShortConfigParts()
232231
$config = [
233232
'modules' => [
234233
'enabled' => [
235-
['\Codeception\Lib\PartedModule' => [
236-
'part' => 'one'
237-
]
238-
]
234+
[
235+
'\Codeception\Lib\PartedModule' => [
236+
'part' => 'one'
237+
],
238+
],
239239
],
240-
]
240+
],
241241
];
242242
$this->moduleContainer = new ModuleContainer(Stub::make(\Codeception\Lib\Di::class), $config);
243243
$this->moduleContainer->create('\Codeception\Lib\PartedModule');

0 commit comments

Comments
 (0)
0