This commit is contained in:
parent
831c195b3b
commit
7a7a59d850
13
models/I18nTest.php
Normal file
13
models/I18nTest.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
class I18nTest extends Doctrine_Record
|
||||
{
|
||||
public function setTableDefinition()
|
||||
{
|
||||
$this->hasColumn('name', 'string', 200);
|
||||
$this->hasColumn('title', 'string', 200);
|
||||
}
|
||||
public function setUp()
|
||||
{
|
||||
$this->actAs('I18n');
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user