MDL-40566 behat: Adding info about the deprecated attr.
authorDavid Monllao <davidm@moodle.com>
Tue, 6 Aug 2013 05:37:27 +0000 (13:37 +0800)
committerDavid Monllao <davidm@moodle.com>
Tue, 3 Sep 2013 02:29:28 +0000 (10:29 +0800)
lib/upgrade.txt

index 2e01765..61f80d1 100644 (file)
@@ -19,6 +19,8 @@ information provided here is intended especially for developers.
 * Use $CFG->debugdeveloper instead of debugging('', DEBUG_DEVELOPER).
 * Use set_debugging(DEBUG_xxx) when changing debugging level for current request.
 * Function moveto_module() does not modify $mod argument and instead now returns the new module visibility value.
+* Use behat_selectors::get_allowed_text_selectors() and behat_selectors::get_allowed_selectors() instead of
+  behat_command::$allowedtextselectors and behat_command::$allowedselectors
 
 DEPRECATIONS:
 Various previously deprecated functions have now been altered to throw DEBUG_DEVELOPER debugging notices