diff options
Diffstat (limited to 'tests/simple_unit/SqlMap/domain/D.php')
-rw-r--r-- | tests/simple_unit/SqlMap/domain/D.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/simple_unit/SqlMap/domain/D.php b/tests/simple_unit/SqlMap/domain/D.php index 2cbd2883..f120e2d1 100644 --- a/tests/simple_unit/SqlMap/domain/D.php +++ b/tests/simple_unit/SqlMap/domain/D.php @@ -12,5 +12,3 @@ class D public function setLibelle($value){ $this->_Libelle = $value; } } - -?>
\ No newline at end of file |