diff options
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();
|