Changeset View
Changeset View
Standalone View
Standalone View
src/lint/linter/__tests__/ArcanistLinterTestCase.php
| Show First 20 Lines • Show All 189 Lines • ▼ Show 20 Lines | private function compareTransform($expected, $actual) { | ||||
| if (!strlen($expected)) { | if (!strlen($expected)) { | ||||
| return; | return; | ||||
| } | } | ||||
| $this->assertEqual( | $this->assertEqual( | ||||
| $expected, | $expected, | ||||
| $actual, | $actual, | ||||
| 'File as patched by lint did not match the expected patched file.'); | 'File as patched by lint did not match the expected patched file.'); | ||||
| } | } | ||||
| } | } | ||||