Remove product literal strings in "pht()", part 18
[phabricator.git] / src / infrastructure / storage / lisk / __tests__ / LiskDAOTestCase.php
blobfc3a15dae841ceed47a43faa1aa7fb3a360fb42c
1 <?php
3 final class LiskDAOTestCase extends PhabricatorTestCase {
5 public function testCheckProperty() {
6 $scratch = new HarbormasterScratchTable();
7 $scratch->getData();
9 $this->assertException('Exception', array($this, 'getData'));
12 public function getData() {
13 $isolation = new LiskIsolationTestDAO();
14 $isolation->getData();