mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-09-05 06:58:21 +00:00
Merge pull request #6 from fabpot/phpunit-fix
moved phpunit.xml.dist to the root and fixed its content
This commit is contained in:
+1
-1
@@ -6,4 +6,4 @@ php:
|
||||
before_script:
|
||||
- wget http://getcomposer.org/composer.phar
|
||||
- php composer.phar install
|
||||
script: phpunit -c tests/ tests/
|
||||
script: phpunit
|
||||
|
||||
@@ -9,18 +9,18 @@
|
||||
processIsolation="false"
|
||||
stopOnFailure="false"
|
||||
syntaxCheck="false"
|
||||
bootstrap="bootstrap.php"
|
||||
bootstrap="tests/bootstrap.php"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="EmailValidator Test Suite">
|
||||
<directory>./tests/egulias/Tests/*.Test.php</directory>
|
||||
<directory>./tests/egulias/Tests/</directory>
|
||||
<exclude>./vendor/</exclude>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<filter>
|
||||
<blacklist>
|
||||
<directory>../vendor</directory>
|
||||
<directory>./vendor</directory>
|
||||
</blacklist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user