コード例 #1
0
 public function setUp()
 {
     parent::setUp();
     include_once 'www/includes/easyparliament/searchengine.php';
 }
コード例 #2
0
ファイル: HansardTest.php プロジェクト: udp12/theyworkforyou
 /**
  * Ensures the database is prepared and the alert class is included for every test.
  */
 public function setUp()
 {
     parent::setUp();
     include_once 'www/includes/easyparliament/hansardlist.php';
 }
コード例 #3
0
ファイル: CommentTest.php プロジェクト: udp12/theyworkforyou
 /**
  * Ensures the database is prepared and the comment class is included for every test.
  */
 public function setUp()
 {
     parent::setUp();
     include_once 'www/includes/easyparliament/comment.php';
 }
コード例 #4
0
ファイル: PostcodeTest.php プロジェクト: udp12/theyworkforyou
 public function setUp()
 {
     parent::setUp();
     include_once 'www/includes/postcode.inc';
 }