| 1 | <?php  | 
            ||
| 24 | class VisithorGoTest extends WebTestCase  | 
            ||
| 25 | { | 
            ||
| 26 | /**  | 
            ||
| 27 | * @var Client  | 
            ||
| 28 | *  | 
            ||
| 29 | * client  | 
            ||
| 30 | */  | 
            ||
| 31 | protected $client;  | 
            ||
| 32 | |||
| 33 | /**  | 
            ||
| 34 | * @var Application  | 
            ||
| 35 | *  | 
            ||
| 36 | * application  | 
            ||
| 37 | */  | 
            ||
| 38 | protected static $application;  | 
            ||
| 39 | |||
| 40 | /**  | 
            ||
| 41 | * Setup  | 
            ||
| 42 | */  | 
            ||
| 43 | public function setUp()  | 
            ||
| 51 | |||
| 52 | /**  | 
            ||
| 53 | * Test visithor:go  | 
            ||
| 54 | */  | 
            ||
| 55 | public function testVisithorGo()  | 
            ||
| 67 | }  | 
            ||
| 68 |