diff options
author | wei <> | 2006-07-28 00:02:13 +0000 |
---|---|---|
committer | wei <> | 2006-07-28 00:02:13 +0000 |
commit | caa348ceabba58447bf8deddb8c6316ff3dc88ce (patch) | |
tree | ccb2f2215f07be6ed1694c403f54ee75c005d397 /tests/unit/SQLMap/PropertyAccessTest.php | |
parent | 5c1132f6da292a689bc52bd7f20a83ff8d733fbd (diff) |
Fixed nested GroupBy resultMap
Diffstat (limited to 'tests/unit/SQLMap/PropertyAccessTest.php')
-rw-r--r-- | tests/unit/SQLMap/PropertyAccessTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/SQLMap/PropertyAccessTest.php b/tests/unit/SQLMap/PropertyAccessTest.php index 96b942dc..04bb8c17 100644 --- a/tests/unit/SQLMap/PropertyAccessTest.php +++ b/tests/unit/SQLMap/PropertyAccessTest.php @@ -7,7 +7,6 @@ require_once(dirname(__FILE__).'/BaseTest.php'); */
class PropertyAccessTest extends BaseTest
{
-
function testGetPublicProperty()
{
$account = new AccountBis();
|