moodle/user/tests/behat
Adrian Greeve c1a27029fe MDL-47617 behat: Fixed behat sorting failure
Postgres and MySQL treat values that are null differently
when sorting. MySQL will sort null values above fields with
values and Postgres will be vice versa. I removed the checks
against the Admin User.

Oracle treats lower case values different to upper case values
and so I have modified the test so that all Names start with
an Uppercase letter.
2014-10-14 11:30:01 +08:00
..
add_blocks.feature MDL-43236 behat: Updating references to deprecated methods 2014-03-07 16:05:21 +08:00
delete_users.feature MDL-47079 user: behat test for deleting users 2014-09-16 09:43:48 +08:00
edituserpassword.feature MDL-45893 my: Specifically follow My home from block in Behat tests 2014-10-08 16:59:41 +08:00
reset_page.feature MDL-43236 behat: Updating references to deprecated methods 2014-03-07 16:05:21 +08:00
table_sorting.feature MDL-47617 behat: Fixed behat sorting failure 2014-10-14 11:30:01 +08:00