3 final class LiskDAOTestCase
extends PhabricatorTestCase
{
5 public function testCheckProperty() {
6 $scratch = new HarbormasterScratchTable();
9 $this->assertException('Exception', array($this, 'getData'));
12 public function getData() {
13 $isolation = new LiskIsolationTestDAO();
14 $isolation->getData();