tests
[m6w6/ascertain] / lib / ascertain / Testable.php
diff --git a/lib/ascertain/Testable.php b/lib/ascertain/Testable.php
new file mode 100644 (file)
index 0000000..869d468
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+namespace ascertain;
+
+/**
+ * Implement this interface to use the \ascertain\Validator trait
+ */
+interface Testable {
+       /**
+        * @returns array of properties
+        */
+       function export();
+}