Changeset View
Changeset View
Standalone View
Standalone View
src/repository/parser/__tests__/ArcanistMercurialParserTestCase.php
| Show First 20 Lines • Show All 76 Lines • ▼ Show 20 Lines | switch ($name) { | ||||
| $this->assertEqual( | $this->assertEqual( | ||||
| 'copy_source', | 'copy_source', | ||||
| $output['copied_file']['from']); | $output['copied_file']['from']); | ||||
| $this->assertEqual( | $this->assertEqual( | ||||
| null, | null, | ||||
| idx($output, 'copy_source')); | idx($output, 'copy_source')); | ||||
| break; | break; | ||||
| default: | default: | ||||
| throw new Exception("No test information for test data '{$name}'!"); | throw new Exception( | ||||
| pht("No test information for test data '%s'!", $name)); | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||