From 7a7a59d850c1b9bae0e6bc83d23ada9679b7671b Mon Sep 17 00:00:00 2001 From: zYne Date: Tue, 4 Sep 2007 20:40:55 +0000 Subject: [PATCH] --- models/I18nTest.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 models/I18nTest.php 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'); + } +}