HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
WebTestCase.php
Go to the documentation of this file.
1 <?php
2 
7 define('TEST_BASE_URL','http://localhost/testdrive/index-test.php/');
8 
14 class WebTestCase extends CWebTestCase
15 {
20  protected function setUp()
21  {
22  parent::setUp();
23  $this->setBrowserUrl(TEST_BASE_URL);
24  }
25 }