Skip to content

Commit

Permalink
Merge 96d36aa into aefea9a
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Mar 7, 2020
2 parents aefea9a + 96d36aa commit 18f64d0
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 77 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ install:
- composer show

script:
- cp ./tests/TestConfiguration.php ./config/application.config.php
- cp ./test/TestConfiguration.php ./config/application.config.php
- ./vendor/bin/doctrine-module odm:schema:create
- ./vendor/bin/doctrine-module odm:schema:drop
- if $TEST_COVERAGE; then php vendor/bin/phpunit --coverage-clover build/logs/clover.xml ; else php vendor/bin/phpunit ; fi
- if $CHECK_CS; then php vendor/bin/phpcs --standard=PSR2 ./src/ ./tests/ ./config/ ; fi
- if $CHECK_CS; then php vendor/bin/phpcs --standard=PSR2 ./src/ ./test/ ./config/ ; fi

after_script:
- if $TEST_COVERAGE; then php vendor/bin/php-coveralls -v ; fi
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"require": {
"php": "^7.2",
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/doctrine-module": "^3.0",
"doctrine/doctrine-module": "^4.0",
"doctrine/mongodb-odm": "^1.1",
"laminas/laminas-hydrator": "^3.0.2",
"laminas/laminas-mvc": "^3.1.1",
Expand Down
97 changes: 24 additions & 73 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function createService(ServiceLocatorInterface $container)
/**
* {@inheritDoc}
*/
public function getOptionsClass()
public function getOptionsClass() : string
{
return Options\MongoLoggerCollector::class;
}
Expand Down

0 comments on commit 18f64d0

Please sign in to comment.