MDL-19698 deprecated assign new by ref in simpletest lib
This commit is contained in:
@@ -326,7 +326,7 @@ class ShellTestCase extends SimpleTestCase {
|
||||
* @access protected
|
||||
*/
|
||||
function &_createShell() {
|
||||
$shell = &new SimpleShell();
|
||||
$shell = new SimpleShell();
|
||||
return $shell;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user