[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/infrastructure/storage/lisk/__tests__/ -> LiskDAOTestCase.php (source)

   1  <?php
   2  
   3  final class LiskDAOTestCase extends PhabricatorTestCase {
   4  
   5    public function testCheckProperty() {
   6      $scratch = new HarbormasterScratchTable();
   7      $scratch->getData();
   8  
   9      $this->assertException('Exception', array($this, 'getData'));
  10    }
  11  
  12    public function getData() {
  13      $isolation = new LiskIsolationTestDAO();
  14      $isolation->getData();
  15    }
  16  
  17  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1