MINOR: Whitespace fixes in SimpleTest.

This commit is contained in:
Sam Minnee 2015-08-27 13:11:02 +12:00
parent 680b19a1da
commit 0dcccfafb3
8 changed files with 309 additions and 307 deletions

View File

@ -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);
}
/**

View File

@ -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.

View File

@ -448,6 +448,7 @@ class SimpleImageSubmitTag extends SimpleWidget {
function __construct($attributes) {
parent::__construct('input', $attributes);
}
/**
* Tag contains no end element.
* @return boolean False.