From 2afaeec7ce87072f6231c814e4e99f7274f2dd9c Mon Sep 17 00:00:00 2001 From: Alain Peyrat Date: Thu, 17 Nov 2011 17:28:50 +0000 Subject: [PATCH] Remove unused tearDown() in tests --- tests/func/Testing/SeleniumRemoteSuite.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/func/Testing/SeleniumRemoteSuite.php b/tests/func/Testing/SeleniumRemoteSuite.php index 2220086b95..de373adb55 100644 --- a/tests/func/Testing/SeleniumRemoteSuite.php +++ b/tests/func/Testing/SeleniumRemoteSuite.php @@ -14,10 +14,5 @@ class SeleniumRemoteSuite extends PHPUnit_Framework_TestSuite $this->screenshotUrl = getenv('SELENIUM_RC_URL'); } } - - protected function tearDown() - { - echo "tearDown\n"; - } } ?> -- 2.30.2