Skip to content

Commit d4ebc03

Browse files
authored
Minor correction (#161)
* Minor correction * PHP 7.3 tests
1 parent 74e90e0 commit d4ebc03

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ matrix:
1818
emv: SYMFONY_DEPRECATIONS_HELPER=weak
1919
- php: 7.2
2020
emv: SYMFONY_DEPRECATIONS_HELPER=weak
21+
- php: 7.3
22+
emv: SYMFONY_DEPRECATIONS_HELPER=weak
2123
- php: nightly
2224
emv: SYMFONY_DEPRECATIONS_HELPER=weak
2325

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"autoload": {
1818
"psr-4": {
1919
"Jose\\": "src/",
20-
"Jose\\Tests\\": "test/",
20+
"Jose\\Tests\\": "tests/",
2121
"Jose\\Component\\Signature\\Algorithm\\": [
2222
"src/SignatureAlgorithm/ECDSA",
2323
"src/SignatureAlgorithm/EdDSA",
@@ -76,6 +76,7 @@
7676
"php-coveralls/php-coveralls": "^2.0",
7777
"php-http/httplug-bundle": "^1.7",
7878
"php-http/mock-client": "^1.0",
79+
"phpunit/phpunit": "^7.5",
7980
"symfony/browser-kit": "^3.4|^4.0",
8081
"symfony/finder": "^3.4|^4.0",
8182
"symfony/phpunit-bridge": "^3.4|^4.0",

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
</whitelist>
4848
</filter>
4949
<listeners>
50+
<listener class="Symfony\Bridge\PhpUnit\CoverageListener" />
5051
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
5152
</listeners>
5253
</phpunit>

0 commit comments

Comments
 (0)