File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
-
3
- // @codingStandardsIgnoreFile
2
+ // phpcs:ignoreFile
4
3
// @codeCoverageIgnoreStart
5
4
6
5
/**
Original file line number Diff line number Diff line change @@ -18,11 +18,9 @@ public function testCut()
18
18
}
19
19
20
20
//test message cutting
21
- // @codingStandardsIgnoreStart
22
21
public function testVeryLongTestNameVeryLongTestNameVeryLongTestNameVeryLongTestNameVeryLongTestNameVeryLongTestNameVeryLongTestName ()
23
22
{
24
23
$ this ->expectNotToPerformAssertions ();
25
- // @codingStandardsIgnoreEnd
26
24
}
27
25
28
26
// test multibyte message width
Original file line number Diff line number Diff line change 12
12
use Codeception \Stub ;
13
13
use Codeception \Test \Unit ;
14
14
15
- // @codingStandardsIgnoreFile
16
15
class ModuleContainerTest extends Unit
17
16
{
18
17
protected \CodeGuy $ tester ;
@@ -232,12 +231,13 @@ public function testShortConfigParts()
232
231
$ config = [
233
232
'modules ' => [
234
233
'enabled ' => [
235
- ['\Codeception\Lib\PartedModule ' => [
236
- 'part ' => 'one '
237
- ]
238
- ]
234
+ [
235
+ '\Codeception\Lib\PartedModule ' => [
236
+ 'part ' => 'one '
237
+ ],
238
+ ],
239
239
],
240
- ]
240
+ ],
241
241
];
242
242
$ this ->moduleContainer = new ModuleContainer (Stub::make (\Codeception \Lib \Di::class), $ config );
243
243
$ this ->moduleContainer ->create ('\Codeception\Lib\PartedModule ' );
You can’t perform that action at this time.
0 commit comments