Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit ee51b7b

Browse files
committed
source code moved to 'src' directory
1 parent 4d5d8bc commit ee51b7b

18 files changed

+5
-11
lines changed

.travis.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- 5.6
66
- 7.0
77
- 7.1
8+
- 7.2
89

910
# run build against hhvm but allow them to fail
1011
# http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
@@ -39,12 +40,4 @@ install:
3940
- travis_retry composer require "yiisoft/yii2-mongodb:~2.1.0" --prefer-dist --no-interaction
4041

4142
script:
42-
- phpunit --verbose $PHPUNIT_FLAGS
43-
44-
after_script:
45-
- |
46-
if [ $TRAVIS_PHP_VERSION = '5.6' ]; then
47-
cd ../../..
48-
travis_retry wget https://scrutinizer-ci.com/ocular.phar
49-
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
50-
fi
43+
- phpunit $PHPUNIT_FLAGS

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"autoload": {
32-
"psr-4": { "yii2tech\\content\\": "" }
32+
"psr-4": {"yii2tech\\content\\": "src"}
3333
},
3434
"extra": {
3535
"branch-alias": {

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
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.
File renamed without changes.

0 commit comments

Comments
 (0)