34 require_once (
'../../../../tests/fossologyTestCase.php');
35 require_once (
'../../../../tests/TestEnvironment.php');
48 public $someOtherVariable;
85 print
"starting testSome\n";
96 $page = $this->mybrowser->clickLink(
'Browse');
97 $this->assertTrue(assertText(
'/Folder Navigation/'),
98 "FAIL! There is no Folder Navigation Title\n");
99 $this->assertTrue(assertText(
'/>S.*?y<//'),
100 "FAIL! There is no Root Folder!\n");
101 $this->assertTrue(is_dir(
'/tmp'),
102 "FAIL! There is no /tmp\n");
Login($User=NULL, $Password=NULL)