public function setUp()
 {
     parent::setUp();
     include_once 'www/includes/easyparliament/searchengine.php';
 }
Beispiel #2
0
 /**
  * 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';
 }
Beispiel #3
0
 /**
  * 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';
 }
Beispiel #4
0
 public function setUp()
 {
     parent::setUp();
     include_once 'www/includes/postcode.inc';
 }