@@ -111,6 +111,9 @@ |
||
| 111 | 111 | return $status; |
| 112 | 112 | } |
| 113 | 113 | |
| 114 | + /** |
|
| 115 | + * @param string $message |
|
| 116 | + */ |
|
| 114 | 117 | public function updateJobInfo($message) { |
| 115 | 118 | $this->JobInfo = $message; |
| 116 | 119 | $this->write(); |
@@ -8,9 +8,9 @@ |
||
| 8 | 8 | 'ExternalLinksTestPage' |
| 9 | 9 | ); |
| 10 | 10 | |
| 11 | - protected $illegalExtensions = array( |
|
| 12 | - 'SiteTree' => array('Translatable') |
|
| 13 | - ); |
|
| 11 | + protected $illegalExtensions = array( |
|
| 12 | + 'SiteTree' => array('Translatable') |
|
| 13 | + ); |
|
| 14 | 14 | |
| 15 | 15 | public function setUpOnce() { |
| 16 | 16 | if (class_exists('Phockito')) { |
@@ -2,7 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | class ExternalLinksTestPage extends Page implements TestOnly |
| 4 | 4 | { |
| 5 | - private static $db = array( |
|
| 6 | - 'ExpectedContent' => 'HTMLText' |
|
| 7 | - ); |
|
| 5 | + private static $db = array( |
|
| 6 | + 'ExpectedContent' => 'HTMLText' |
|
| 7 | + ); |
|
| 8 | 8 | } |