Exemplo n.º 1
0
 public function setUp()
 {
     parent::setUp();
     include_once 'www/includes/easyparliament/searchengine.php';
 }
Exemplo n.º 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';
 }
Exemplo n.º 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';
 }
Exemplo n.º 4
0
 public function setUp()
 {
     parent::setUp();
     include_once 'www/includes/postcode.inc';
 }