summaryrefslogtreecommitdiff
path: root/tests/simple_unit/ActiveRecord/records/SqliteUsers.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_unit/ActiveRecord/records/SqliteUsers.php')
-rw-r--r--tests/simple_unit/ActiveRecord/records/SqliteUsers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_unit/ActiveRecord/records/SqliteUsers.php b/tests/simple_unit/ActiveRecord/records/SqliteUsers.php
index 7a8f3cbb..6a6b9be9 100644
--- a/tests/simple_unit/ActiveRecord/records/SqliteUsers.php
+++ b/tests/simple_unit/ActiveRecord/records/SqliteUsers.php
@@ -6,7 +6,7 @@ class SqliteUsers extends TActiveRecord
public $password;
public $email;
- private static $_tablename='users';
+ public static $_tablename='users';
public static function finder()
{