diff options
Diffstat (limited to 'tests/unit/SQLMap/domain/Newspaper.php')
-rw-r--r-- | tests/unit/SQLMap/domain/Newspaper.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/unit/SQLMap/domain/Newspaper.php b/tests/unit/SQLMap/domain/Newspaper.php index 4eb56aa2..08716c6d 100644 --- a/tests/unit/SQLMap/domain/Newspaper.php +++ b/tests/unit/SQLMap/domain/Newspaper.php @@ -1,12 +1,12 @@ -<?php
-
-class Newspaper extends Document
-{
- private $_City='';
-
- public function getCity(){ return $this->_City; }
- public function setCity($value){ $this->_City = $value; }
-
-}
-
+<?php + +class Newspaper extends Document +{ + private $_City=''; + + public function getCity(){ return $this->_City; } + public function setCity($value){ $this->_City = $value; } + +} + ?>
\ No newline at end of file |