Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 1ff028c

Browse files
committed
Ignore section with long lines when doing CS
1 parent b188638 commit 1ff028c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ZendViewRendererFactoryTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,14 @@ public function testConfiguresPaths()
164164
$this->assertPathNamespaceCount(3, null, $paths);
165165

166166
$dirSlash = DIRECTORY_SEPARATOR;
167+
// @codingStandardsIgnoreStart
167168
$this->assertPathNamespaceContains(__DIR__ . '/TestAsset/bar' . $dirSlash, 'foo', $paths, var_export($paths, 1));
168169
$this->assertPathNamespaceContains(__DIR__ . '/TestAsset/baz' . $dirSlash, 'bar', $paths);
169170
$this->assertPathNamespaceContains(__DIR__ . '/TestAsset/bat' . $dirSlash, 'bar', $paths);
170171
$this->assertPathNamespaceContains(__DIR__ . '/TestAsset/one' . $dirSlash, null, $paths);
171172
$this->assertPathNamespaceContains(__DIR__ . '/TestAsset/two' . $dirSlash, null, $paths);
172173
$this->assertPathNamespaceContains(__DIR__ . '/TestAsset/three' . $dirSlash, null, $paths);
174+
// @codingStandardsIgnoreEnd
173175
}
174176

175177
public function testConfiguresTemplateMap()

0 commit comments

Comments
 (0)