Merge branch 'with_results'
[m6w6/ascertain] / src / Validator.php
diff --git a/src/Validator.php b/src/Validator.php
deleted file mode 100644 (file)
index 68eb9a7..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-namespace ascertain;
-
-/**
- * Use this trait in an \ascertain\Testable class
- */
-trait Validator {
-       /**
-        * @param string $e Exception class name
-        * @return \ascertain\Assert
-        */
-       function assert($e = "\\InvalidArgumentException") {
-               return new Assert($this, $e);
-       }
-}