diff options
Diffstat (limited to 'tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.php')
-rwxr-xr-x[-rw-r--r--] | tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.php b/tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.php index 929e2f17..d4a98e26 100644..100755 --- a/tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.php +++ b/tests/FunctionalTests/features/protected/pages/I18N/BasicI18N.php @@ -22,7 +22,7 @@ class BasicI18N extends TPage * @version $Revision: 1.66 $ $Date: ${DATE} ${TIME} $ * @package ${package} *//* -class BasicI18NTestCase extends SeleniumTestCase +class BasicI18NTestCase extends PradoGenericSeleniumTest { function setup() { @@ -41,5 +41,4 @@ class BasicI18NTestCase extends SeleniumTestCase $this->verifyTextPresent("Many things.", ""); } } -*/ -?>
\ No newline at end of file +*/
\ No newline at end of file |