Page MenuHomec4science

PhabricatorFileTransformTestCase.php
No OneTemporary

File Metadata

Created
Thu, Aug 15, 00:52

PhabricatorFileTransformTestCase.php

<?php
final class PhabricatorFileTransformTestCase extends PhabricatorTestCase {
public function testGetAllTransforms() {
PhabricatorFileTransform::getAllTransforms();
$this->assertTrue(true);
}
}

Event Timeline