diff --git a/tests/phpunit/modules/core/modules.php b/tests/phpunit/modules/core/modules.php
index 24feae90a2..c12ca6f042 100644
--- a/tests/phpunit/modules/core/modules.php
+++ b/tests/phpunit/modules/core/modules.php
@@ -964,7 +964,7 @@ public function test_start_everything_settings() {
public function test_start_junk_settings() {
$test = new Output_Test('start_junk_settings', 'core');
$res = $test->run();
- $this->assertEquals(array('
Junk |
'), $res->output_response);
+ $this->assertEquals(array('Junk |
'), $res->output_response);
}
/**
* @preserveGlobalState disabled
@@ -1185,10 +1185,10 @@ public function test_main_menu_content() {
$test = new Output_Test('main_menu_content', 'core');
$test->handler_response = array('folder_sources' => array(array('email_folders', 'baz')));
$res = $test->run();
- $this->assertEquals(array(''), $res->output_response);
+ $this->assertEquals(array(''), $res->output_response);
$test->rtype = 'AJAX';
$res = $test->run();
- $this->assertEquals(array('folder_sources' => array(array('email_folders', 'baz')), 'formatted_folder_list' => ''), $res->output_response);
+ $this->assertEquals(array('folder_sources' => array(array('email_folders', 'baz')), 'formatted_folder_list' => ''), $res->output_response);
}
/**
* @preserveGlobalState disabled