diff options
Diffstat (limited to 'tests/unit/SQLMap/domain/AccountBis.php')
-rw-r--r-- | tests/unit/SQLMap/domain/AccountBis.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/unit/SQLMap/domain/AccountBis.php b/tests/unit/SQLMap/domain/AccountBis.php new file mode 100644 index 00000000..8c96d8e4 --- /dev/null +++ b/tests/unit/SQLMap/domain/AccountBis.php @@ -0,0 +1,13 @@ +<?php
+
+class AccountBis
+{
+ public $Id;
+ public $FirstName;
+ public $LastName;
+ public $EmailAddress;
+ public $More;
+}
+
+
+?>
\ No newline at end of file |