blob: 5c6dfa70fcdce5d5c5c8e7f07737805c8f3dffa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?php
/**
* TRatingListTest.php
*
* @author Bradley Booms <Bradley.Booms@nsighttel.com>
* @version Creation Date: Oct 13, 2008
*/
/**
* TRatingListTest.php class
*
*
*
* Properties
* -
*
* @author Bradley Booms <Bradley.Booms@nsighttel.com>
* @version Modified Date: Oct 13, 2008
*
* Modifications:
*/
class ActiveRatingListCheckBoxesTest extends TPage{ }
?>
|