[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |