New home for all the tests. Fixed namespaces (#105)

* New home for all the tests. Fixed namespaces

* small code improvement

* Skipping tests failing only in Travis
This commit is contained in:
Eduardo Gulias Davis
2016-05-15 11:46:59 +02:00
parent 87dc3c477e
commit 4505d2060a
14 changed files with 76 additions and 39 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
>
<testsuites>
<testsuite name="EmailValidator Test Suite">
<directory>./tests/</directory>
<directory>./Tests/EmailValidator</directory>
<exclude>./vendor/</exclude>
</testsuite>
</testsuites>