mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
46660e98bc
commit
dedb9d0461
@ -38,7 +38,7 @@ class CMSMainTest extends FunctionalTest {
|
|||||||
$response = $this->get("admin/cms/publishall?confirm=1");
|
$response = $this->get("admin/cms/publishall?confirm=1");
|
||||||
|
|
||||||
$this->assertContains(
|
$this->assertContains(
|
||||||
_t('CMSMain.PUBPAGES', 'Done: Published %d pages', '', array('count' => 30)),
|
'Done: Published 30 pages',
|
||||||
$response->getBody()
|
$response->getBody()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user