diff options
| -rw-r--r-- | tests/FunctionalTests/tickets/tests/Ticket488TestCase.php | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php index c54b4170..f0159d05 100644 --- a/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php @@ -32,6 +32,11 @@ class Ticket488TestCase extends SeleniumTestCase  		$this->assertNotVisible('loginBox');
  	}
 +	function test_more()
 +	{
 +		$this->open('tickets/index.php?page=Ticket488');
 +		//add test assertions here.
 +	}
  }
  ?>
\ No newline at end of file | 
