Skip to content

Commit

Permalink
MINOR Removing use of _t() in test, assert the english text since en_US
Browse files Browse the repository at this point in the history
is the locale set for tests by default.
  • Loading branch information
halkyon committed May 9, 2012
1 parent 46660e9 commit dedb9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/controller/CMSMainTest.php
Expand Up @@ -38,7 +38,7 @@ function testPublish() {
$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()
);

Expand Down

0 comments on commit dedb9d0

Please sign in to comment.