From 528fba02242b300126d78784a167998b809cdff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 18 Feb 2014 09:08:58 +0100 Subject: [PATCH] Remove obsolete readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/selenium/README | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 test/selenium/README diff --git a/test/selenium/README b/test/selenium/README deleted file mode 100644 index f28a8b54b8..0000000000 --- a/test/selenium/README +++ /dev/null @@ -1,18 +0,0 @@ -Guide to run the AllSeleniumTests.php (Yasitha Pandithawatta) -============================================================= - -1. Tested with version 4.0 -2. Configure the testing environment - Browser and add the following fields to - phpunit.xml.dist - - - - - - - - -3. Start the selenium server -4. Run $ phpunit test/AllSeleniumTests.php - -Note: Only PmaSeleniumLoginTest.php is fixed and added to the test suit.