26 require_once(
'../../../tests/fossologyTestCase.php');
27 require_once (
'../../../tests/TestEnvironment.php');
38 print
"login test starting\n";
39 $browser =
new SimpleBrowser();
40 $this->setBrowser($browser);
42 $page = $this->mybrowser->getContent();
45 preg_match(
'/FOSSology/', $page, $matches);
47 $this->assertTrue($matches);
Login($User=NULL, $Password=NULL)