diff --git a/models/I18nTest.php b/models/I18nTest.php new file mode 100644 index 000000000..7b203c76e --- /dev/null +++ b/models/I18nTest.php @@ -0,0 +1,13 @@ +hasColumn('name', 'string', 200); + $this->hasColumn('title', 'string', 200); + } + public function setUp() + { + $this->actAs('I18n'); + } +}