Skip to content

Commit

Permalink
Updating test for underscores instead of dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Conroy committed Jan 15, 2015
1 parent cb5fa8a commit d63e326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/ORM/Behavior/TranslateBehaviorTest.php
Expand Up @@ -93,7 +93,7 @@ public function testCustomTranslationTable()
$items = $table->associations();
$i18n = $items->getByProperty('_i18n');

$this->assertEquals('TestApp-Model-Table-I18nTable', $i18n->name());
$this->assertEquals('TestApp_Model_Table_I18nTable', $i18n->name());
$this->assertEquals('custom_i18n_table', $i18n->target()->table());
$this->assertEquals('test_custom_i18n_datasource', $i18n->target()->connection()->configName());
}
Expand Down

0 comments on commit d63e326

Please sign in to comment.