summaryrefslogtreecommitdiff
path: root/tests/unit/SQLMap/domain/Book.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/SQLMap/domain/Book.php')
-rw-r--r--tests/unit/SQLMap/domain/Book.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/unit/SQLMap/domain/Book.php b/tests/unit/SQLMap/domain/Book.php
deleted file mode 100644
index 80877112..00000000
--- a/tests/unit/SQLMap/domain/Book.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-class Book extends Document
-{
- private $_PageNumber='';
-
- public function getPageNumber(){ return $this->_PageNumber; }
- public function setPageNumber($value){ $this->_PageNumber = $value; }
-}
-
-?> \ No newline at end of file