Display "Printable version" links in toolbox on special pages
[lhc/web/wiklou.git] / tests / selenium / suites / AddContentToNewPageTestCase.php
index a74efc5..1237bb5 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Selenium server manager
  *
@@ -22,9 +21,6 @@
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  * http://www.gnu.org/copyleft/gpl.html
- *
- * @addtogroup Testing
- *
  */
 
 class AddContentToNewPageTestCase extends SeleniumTestCase {
@@ -109,8 +105,6 @@ class AddContentToNewPageTestCase extends SeleniumTestCase {
 
        // Add level 2 headline and verify output in the preview
        public function testAddLevel2HeadLine() {
-               $blnElementPresent = false;
-               $blnTextPresent = false;
                $this->getExistingPage();
                $this->clickEditLink();
                $this->loadWikiEditor();