diff options
Diffstat (limited to 'tests/unit/SQLMap/domain/Newspaper.php')
-rw-r--r-- | tests/unit/SQLMap/domain/Newspaper.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/unit/SQLMap/domain/Newspaper.php b/tests/unit/SQLMap/domain/Newspaper.php deleted file mode 100644 index 08716c6d..00000000 --- a/tests/unit/SQLMap/domain/Newspaper.php +++ /dev/null @@ -1,12 +0,0 @@ -<?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 |