Skip to content

Commit fc0ae4d

Browse files
committed
move source code to 'src' directory
1 parent c33158d commit fc0ae4d

File tree

6 files changed

+2
-9
lines changed

6 files changed

+2
-9
lines changed

.travis.yml

-8
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,3 @@ before_script:
2727
2828
script:
2929
- phpunit --verbose $PHPUNIT_FLAGS
30-
31-
after_script:
32-
- |
33-
if [ $TRAVIS_PHP_VERSION = '5.6' ]; then
34-
cd ../../..
35-
travis_retry wget https://scrutinizer-ci.com/ocular.phar
36-
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
37-
fi

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
],
3030
"autoload": {
31-
"psr-4": { "yii\\swiftmailer\\": "" }
31+
"psr-4": { "yii\\swiftmailer\\": "src" }
3232
},
3333
"extra": {
3434
"branch-alias": {

phpunit.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<phpunit bootstrap="./tests/bootstrap.php"
33
colors="true"
4+
verbose="true"
45
convertErrorsToExceptions="true"
56
convertNoticesToExceptions="true"
67
convertWarningsToExceptions="true"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)