23 require_once (
'../../../../tests/fossologyTestCase.php');
24 require_once (
'../../../../tests/TestEnvironment.php');
37 public $someOtherVariable;
74 print
"starting testSome\n";
85 $page = $this->mybrowser->clickLink(
'Browse');
86 $this->assertTrue(assertText(
'/Folder Navigation/'),
87 "FAIL! There is no Folder Navigation Title\n");
88 $this->assertTrue(assertText(
'/>S.*?y<//'),
89 "FAIL! There is no Root Folder!\n");
90 $this->assertTrue(is_dir(
'/tmp'),
91 "FAIL! There is no /tmp\n");
Login($User=NULL, $Password=NULL)