1<?php 2 3final class MetaMTAEmailTransactionCommandTestCase extends PhabricatorTestCase { 4 5 public function testGetAllTypes() { 6 MetaMTAEmailTransactionCommand::getAllCommands(); 7 $this->assertTrue(true); 8 } 9 10} 11 12