diff options
Diffstat (limited to 'tests/unit/SQLMap/domain/Complex.php')
-rw-r--r-- | tests/unit/SQLMap/domain/Complex.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/unit/SQLMap/domain/Complex.php b/tests/unit/SQLMap/domain/Complex.php deleted file mode 100644 index 99cb04b8..00000000 --- a/tests/unit/SQLMap/domain/Complex.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -class Complex -{ - private $_map; - - public function getMap(){ return $this->_map; } - public function setMap(TMap $map){ $this->_map = $map; } -} - -?>
\ No newline at end of file |