diff options
author | wei <> | 2006-01-06 22:21:07 +0000 |
---|---|---|
committer | wei <> | 2006-01-06 22:21:07 +0000 |
commit | 333eedb6eea18fdfb7bc0890cce1c30e6d44d363 (patch) | |
tree | 5b34d4181cd55e0219003d67d22a8438ac21b0d2 /tests/FunctionalTests/selenium | |
parent | 16660934cc48f357b1322bce7869158db2f7cb58 (diff) |
Diffstat (limited to 'tests/FunctionalTests/selenium')
-rw-r--r-- | tests/FunctionalTests/selenium/php/selenium.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/FunctionalTests/selenium/php/selenium.php b/tests/FunctionalTests/selenium/php/selenium.php index 33dc8801..5c24e57d 100644 --- a/tests/FunctionalTests/selenium/php/selenium.php +++ b/tests/FunctionalTests/selenium/php/selenium.php @@ -459,11 +459,6 @@ class SeleniumTestCase extends UnitTestCase parent::__construct(); } - public function initPage($file) - { - $this->Page = prado::getApplication()->getTestPage($file); - } - function __call($func, $args) { if(count($args) == 0) |