MINOR Removing use of _t() in test, assert the english text since en_US

is the locale set for tests by default.
This commit is contained in:
Sean Harvey 2012-05-09 21:54:33 +12:00
parent 46660e98bc
commit dedb9d0461

View File

@ -38,7 +38,7 @@ class CMSMainTest extends FunctionalTest {
$response = $this->get("admin/cms/publishall?confirm=1");
$this->assertContains(
_t('CMSMain.PUBPAGES', 'Done: Published %d pages', '', array('count' => 30)),
'Done: Published 30 pages',
$response->getBody()
);