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