diff options
author | godzilla80@gmx.net <> | 2009-05-01 08:30:05 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2009-05-01 08:30:05 +0000 |
commit | c6904380ac34536c0f3d65d3c92deaa9fa532f4a (patch) | |
tree | 7183cfc195539b55942abd77c3422025a880b865 /.gitattributes | |
parent | c5b32bfae9b60b59e81276abd8af2b451b92080a (diff) |
Fixed Issue #55 - TPropertyAccess.get don't recognize magic getter __get
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 223a642b..c88218fd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3457,6 +3457,8 @@ tests/unit/Collections/TStackTest.php -text tests/unit/Data/DataGateway/AllTests.php -text tests/unit/Data/DataGateway/TSqlCriteriaTest.php -text tests/unit/Data/SqlMap/AllTests.php -text +tests/unit/Data/SqlMap/DataMapper/AllTests.php eol=lf +tests/unit/Data/SqlMap/DataMapper/TPropertyAccessTest.php eol=lf tests/unit/Data/SqlMap/DynamicParameterTest.php -text tests/unit/Data/SqlMap/DynamicParameterTestMap.xml -text tests/unit/Data/SqlMap/fixtures/mysql5_reset.sql -text |