Skip to content

Commit 9266c3b

Browse files
committed
move source code to 'src' directory
1 parent 0a7b2a7 commit 9266c3b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2
-8
lines changed

.travis.yml

-7
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,3 @@ before_script:
4747

4848
script:
4949
- vendor/bin/phpunit --verbose $PHPUNIT_FLAGS --exclude-group google
50-
51-
after_script:
52-
- |
53-
if [ $TRAVIS_PHP_VERSION = '5.6' ]; then
54-
travis_retry wget https://scrutinizer-ci.com/ocular.phar
55-
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
56-
fi

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
],
3232
"autoload": {
33-
"psr-4": { "yii\\authclient\\": "" }
33+
"psr-4": { "yii\\authclient\\": "src" }
3434
},
3535
"extra": {
3636
"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"

AuthAction.php src/AuthAction.php

File renamed without changes.

BaseClient.php src/BaseClient.php

File renamed without changes.

BaseOAuth.php src/BaseOAuth.php

File renamed without changes.
File renamed without changes.

Collection.php src/Collection.php

File renamed without changes.
File renamed without changes.

OAuth1.php src/OAuth1.php

File renamed without changes.

OAuth2.php src/OAuth2.php

File renamed without changes.

OAuthToken.php src/OAuthToken.php

File renamed without changes.

OpenId.php src/OpenId.php

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)