mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
pht
ize some strings in ArcanistPhutilTestCaseTestCase
Summary: Self-explanatory. Test Plan: Eyeball it. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11671
This commit is contained in:
parent
992d939e3a
commit
59640f7eae
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
final class ArcanistPhutilTestCaseTestCase extends ArcanistPhutilTestCase {
|
||||
|
||||
public function testFail() {
|
||||
$this->assertFailure('This test is expected to fail.');
|
||||
$this->assertFailure(pht('This test is expected to fail.'));
|
||||
}
|
||||
|
||||
public function testSkip() {
|
||||
$this->assertSkipped('This test is expected to skip.');
|
||||
$this->assertSkipped(pht('This test is expected to skip.'));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue