Dieter Adriaenssens
6c029fe889
wrap long lines
2013-03-05 15:12:04 +01:00
Dieter Adriaenssens
e6542c5dbf
fix typos
2013-03-05 15:11:16 +01:00
Spun Nakandala
e6b0ded105
Docblocks added for selenium test classes
2013-03-04 10:36:05 +05:30
Michal Čihař
f780d01eae
Merge remote-tracking branch 'ayushchd/unit_testing_local'
...
Conflicts:
test/selenium/PmaSeleniumCreateDropDatabaseTest.php
2013-02-25 13:17:14 +01:00
Spun Nakandala
c97b00e190
Selenium Test added to test the creation and removal of a user with all privileges
2013-02-22 12:23:51 +05:30
Supun Nakandala
baaefbe40e
Indentation corrected
2013-02-16 10:16:44 +05:30
Supun Nakandala
6ff5e7fe7f
indentation refactored
2013-02-11 22:50:18 +05:30
Supun Nakandala
d5c3f91daa
indentation refactored
2013-02-11 22:35:43 +05:30
Supun Nakandala
fcefcc8517
Further modified and removed php sleep calls
2013-02-10 23:48:28 +05:30
ayushchd
541538f099
Selenium Create Drop DB Test refactored to handle AJAX Content
...
I have refactored the Create/Drop Database test to handle the AJAX
content, it uses waitForElementPresent() method to wait for an ajax
response which should be more reliable than sleep(). Next, I have tried
to use more of cssSelectors rather than xpaths as cssselectors cope up
well with structural changes on the page. Not yet added to
AllSeleniumTests.php, waiting for approval.
2013-02-10 16:40:52 +05:30
ayushchd
dc986d9d74
CreateDropDatabaseTest refactored to handle AJAX content
...
I have refactored the Create/Drop Database test to handle the AJAX
content, it uses waitForElementPresent() method to wait for an ajax
response which should be more reliable than sleep(). Next, I have tried
to use more of cssSelectors rather than xpaths as cssselectors cope up
well with structural changes on the page. Not yet added to
AllSeleniumTests.php, waiting for approval.
2013-02-10 16:34:58 +05:30
Supun Nakandala
8163dc1c0b
Existing selenium tests refactored s that they work with the latest revision.5
2013-02-10 15:57:41 +05:30
Madhura Jayaratne
150a47f4b7
Use underscore prefix for private methods and instance variables
2012-09-22 23:50:41 +05:30
Yasitha Pandithawatta
0aca1fabad
add create and drop database selenium test case
2012-07-23 22:12:36 +05:30
Michal Čihař
5370d0d6c3
Fix spacing of @package used together with @subpackage
2012-05-02 11:29:34 +02:00
Madhura Jayaratne
ea800101cb
Fix Checkstyle Warnings - Type: BraceOnSameLine
2012-04-13 21:50:26 +05:30
Dieter Adriaenssens
b979097f5f
fix typo, improve coding style
2012-04-06 16:28:44 +02:00
Yasitha Pandithawatta
1def2973ac
PmaSeleniumPrivilegesTest and PmaSeleniumXssTest are fixed
2012-04-02 14:47:14 +02:00
Yasitha Pandithawatta
a924773fce
Patch #3504536 Fixed the PMA selenium test cases (Login)
2012-03-21 11:25:45 -04:00
Michal Čihař
e56949f160
Use package name PhpMyAdmin
...
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Madhura Jayaratne
21c5148d17
Style errors with class declarations
2011-09-23 11:24:06 +05:30
Madhura Jayaratne
13adb5adf7
Use lower case for true, false and null
2011-09-23 11:11:41 +05:30
Dieter Adriaenssens
94c6836f8b
fix coding style : control structures
2011-09-05 14:28:17 +02:00
Dieter Adriaenssens
e82d3c7136
require/include are statements not functions; no parentheses are required
2011-08-21 23:36:10 +02:00
Michal Čihař
d55306252b
Replace tabs with spaces, cleanup identation
2011-07-22 10:15:08 +02:00
Zarubin Stas
b309cf3e98
Small changes in Selenium tests configuration
2011-07-14 07:45:20 +03:00
Zarubin Stas
f7d7102d2f
- Unit Test grouped by library directory
...
- Added configuration file phpunit.xml.dist and bootstraper-dist.php
- Ignoring phpunit.xml, bootstraper.php and build/
2011-06-29 20:06:27 +03:00