mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +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");
|
||||
|
||||
$this->assertContains(
|
||||
_t('CMSMain.PUBPAGES', 'Done: Published %d pages', '', array('count' => 30)),
|
||||
'Done: Published 30 pages',
|
||||
$response->getBody()
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user