Page MenuHomec4science

PhutilTranslationTestCase.php
No OneTemporary

File Metadata

Created
Wed, Dec 4, 20:36

PhutilTranslationTestCase.php

<?php
final class PhutilTranslationTestCase extends PhutilTestCase {
public function testLoadAllTranslations() {
PhutilTranslation::loadAllTranslations();
$this->assertTrue(true);
}
}

Event Timeline