mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: Whitespace fixes in SimpleTest.
This commit is contained in:
parent
680b19a1da
commit
0dcccfafb3
4
thirdparty/simpletest/encoding.php
vendored
4
thirdparty/simpletest/encoding.php
vendored
@ -335,8 +335,8 @@ class SimpleGetEncoding extends SimpleEncoding {
|
||||
* as lists on a single key.
|
||||
* @access public
|
||||
*/
|
||||
function SimpleGetEncoding($query = false) {
|
||||
$this->SimpleEncoding($query);
|
||||
function __construct($query = false) {
|
||||
parent::__construct($query);
|
||||
}
|
||||
|
||||
/**
|
||||
|
1
thirdparty/simpletest/page.php
vendored
1
thirdparty/simpletest/page.php
vendored
@ -130,6 +130,7 @@ class SimplePageBuilder extends SimpleSaxListener {
|
||||
function __construct() {
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
* Frees up any references so as to allow the PHP garbage
|
||||
* collection from unset() to work.
|
||||
|
1
thirdparty/simpletest/tag.php
vendored
1
thirdparty/simpletest/tag.php
vendored
@ -448,6 +448,7 @@ class SimpleImageSubmitTag extends SimpleWidget {
|
||||
function __construct($attributes) {
|
||||
parent::__construct('input', $attributes);
|
||||
}
|
||||
|
||||
/**
|
||||
* Tag contains no end element.
|
||||
* @return boolean False.
|
||||
|
Loading…
Reference in New Issue
Block a user