diff options
Diffstat (limited to 'tests/simple_unit/ActiveRecord/ActiveRecordMySql5TestCase.php')
-rw-r--r-- | tests/simple_unit/ActiveRecord/ActiveRecordMySql5TestCase.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/simple_unit/ActiveRecord/ActiveRecordMySql5TestCase.php b/tests/simple_unit/ActiveRecord/ActiveRecordMySql5TestCase.php index d173f005..09981f43 100644 --- a/tests/simple_unit/ActiveRecord/ActiveRecordMySql5TestCase.php +++ b/tests/simple_unit/ActiveRecord/ActiveRecordMySql5TestCase.php @@ -42,5 +42,4 @@ class ActiveRecordMySql5TestCase extends UnitTestCase $this->assertEqual($check->{$prop}, $blog->{$prop}); } -} -?>
\ No newline at end of file +}
\ No newline at end of file |