Skip to content

Commit 4223f70

Browse files
committed
Test improvement
1 parent 94cd338 commit 4223f70

File tree

6 files changed

+22
-3243
lines changed

6 files changed

+22
-3243
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
vendor/
3-
*.cache
3+
composer.lock
4+
*.cache

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ php:
44
- '7.1'
55
- '7.2'
66
- '7.3'
7+
- '7.4'
78
install:
8-
- composer update
9+
- composer install
910
script:
1011
- ./vendor/bin/phpunit --coverage-clover ./tests/Logs/clover.xml
1112
after_script:
12-
- php vendor/bin/php-coveralls -v
13+
- php vendor/bin/php-coveralls -v

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,10 @@
2525
"psr-4": {
2626
"DivineOmega\\FileSync\\": "src/"
2727
}
28+
},
29+
"autoload-dev": {
30+
"psr-4": {
31+
"DivineOmega\\FileSync\\Tests\\": "tests/Integration/"
32+
}
2833
}
2934
}

0 commit comments

Comments
 (0)