Skip to content

Commit 1b42b43

Browse files
committed
[CI] Debug failed test about I18n behavior
1 parent cc491cd commit 1b42b43

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/I18nTestCase.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ public function testTranslationTableGetsExported()
5858
}
5959
}
6060

61+
public function testI18nTemplateExists()
62+
{
63+
$i = new I18nTest();
64+
65+
$this->assertTrue($i->getTable()->hasTemplate('Doctrine_Template_I18n'));
66+
}
67+
6168
public function testTranslatedColumnsAreRemovedFromMainComponent()
6269
{
6370
$i = new I18nTest();

0 commit comments

Comments
 (0)